Skip to content

Commit

Permalink
Fix rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 27, 2020
1 parent 8b45004 commit 04acd5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v1

- uses: camptocamp/initialise-gopass-summon-action@v1
- uses: camptocamp/initialise-gopass-summon-action@v2
with:
ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}}
github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
patterns: pypi docker

- name: Pull
run: make pull
Expand Down
8 changes: 0 additions & 8 deletions scripts/publish
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ else
fi
if [[ -n "${tag}" ]]
then
summon --yaml '
USER: !var gs/ci/dockerhub/username
PASS: !var gs/ci/dockerhub/password
' bash -c 'docker login --username=${USER} --password=${PASS}'
summon --yaml '
USER: !var gs/ci/github/username
PASS: !var gs/ci/github/token/gopass
' bash -c 'docker login ghcr.io --username=${USER} --password=${PASS}'
for tag_suffix in "-lite" "" "-full"
do
if [[ "${tag}" != "latest" ]]
Expand Down

0 comments on commit 04acd5b

Please sign in to comment.