Skip to content

Commit

Permalink
Use the current tag when downloading the release that is used to build a
Browse files Browse the repository at this point in the history
docker image. Before we used the "latest" tag, which is not always the
release that is supposed to end up in the docker image.
  • Loading branch information
quartje committed May 6, 2024
1 parent de2181d commit 6834335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
id: release
uses: robinraju/[email protected]
with:
latest: true
fileName: "*.tar.bz2"
tag: "${{ github.ref_name }}"

- name: Get commit details for the tag from the latest release
id: commit_details
Expand Down

0 comments on commit 6834335

Please sign in to comment.