Skip to content

Commit

Permalink
ci: add/update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wetransformer committed Nov 29, 2024
1 parent 60abd91 commit ca8cc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
with:
checkout-ref: refs/tags/v${{needs.release.outputs.release-version}} # check out release tag
tag: ${{needs.release.outputs.release-version}}
image: wetransform/docker-zip
image: wetransform/zip
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
Expand Down

0 comments on commit ca8cc56

Please sign in to comment.