Skip to content

Commit

Permalink
Fixes #34: Master branch release new version automatically (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
pozgo authored Jun 5, 2020
1 parent 37c79f6 commit d5a4839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
docker login -u ${{ secrets.DOCKER_HUB_USER }} -p ${{ secrets.DOCKER_HUB_PASS }}
docker pull million12/haproxy:stage
docker tag million12/haproxy:stage million12/haproxy:${RELEASE}
docker tag million12/haproxy:stage million12/haproxy:latest
docker push million12/haproxy:${RELEASE}
docker push million12/haproxy:latest

0 comments on commit d5a4839

Please sign in to comment.