Skip to content

Commit

Permalink
actions: publish master image with latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Jul 23, 2024
1 parent 049e332 commit 01bba3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Set docker-tag variable
run: echo "DOCKER_TAG=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
run: BRANCH="${GITHUB_REF#refs/heads/}"; echo "DOCKER_TAG=${BRANCH//master/latest}" >> $GITHUB_ENV

- name: Repository Dispatch
uses: myrotvorets/[email protected]
Expand Down

0 comments on commit 01bba3d

Please sign in to comment.