Skip to content

Commit

Permalink
docker image master replace to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
staugur committed Sep 4, 2021
1 parent 8703e8a commit ff44f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Extract branch name
id: branch
shell: bash
run: echo "##[set-output name=tag;]$(echo ${GITHUB_REF#refs/heads/})"
run: echo "##[set-output name=tag;]$(echo ${GITHUB_REF#refs/heads/} | sed 's/master/latest/')"

- name: Build and push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit ff44f05

Please sign in to comment.