Skip to content

Commit

Permalink
ci: push all tags of image
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Aug 8, 2022
1 parent 74fe338 commit ea22225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: docker build . --file Dockerfile --tag ${{ secrets.DOCKERHUB_USERNAME }}/certstream-server-go:latest --tag ${{ secrets.DOCKERHUB_USERNAME }}/certstream-server-go:${{ env.TAG }}

- name: Push the Docker image
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/certstream-server-go
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/certstream-server-go --all-tags

0 comments on commit ea22225

Please sign in to comment.