Skip to content

Commit

Permalink
ci: fix wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjelonek committed Dec 2, 2024
1 parent 92f49f3 commit 3abf92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: quay.io/agcomputationalbio/bakta-web-ui:${{GITHUB_REF_NAME}}
tags: quay.io/agcomputationalbio/bakta-web-ui:${{github.ref_name}}
build-args: ""
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 3abf92b

Please sign in to comment.