Skip to content

Commit

Permalink
readding tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-dadams committed Oct 4, 2024
1 parent 58fd6ac commit 3288176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease_linux_on_demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
ref: ${{ env.BRANCH }}

- name: "Tag this commit" # required for Goreleaser
run: git tag
run: git tag ${{ env.FAKE_TAG }}

- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down
2 changes: 1 addition & 1 deletion build/ci.mk
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ ifdef TAG


else
@echo "===> infrastructure-agent === [ci/prerelease/linux] TAG env variable expected to be set"
@echo "===> infrastructure-agent === [ci/prerelease/linux-fips] TAG env variable expected to be set"
exit 1
endif

Expand Down

0 comments on commit 3288176

Please sign in to comment.