Skip to content

Commit

Permalink
Pin docker-push-action @ v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Dec 28, 2019
1 parent c7a92e3 commit 0df9715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- uses: actions/checkout@v1
- uses: antequant/docker-push-action@master
- uses: antequant/docker-push-action@v0.3
with:
docker_server: docker.pkg.github.com
docker_password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -41,7 +41,7 @@ jobs:

steps:
- uses: actions/checkout@v1
- uses: antequant/docker-push-action@master
- uses: antequant/docker-push-action@v0.3
with:
docker_username: antequantsvcuser
docker_password: ${{ secrets.DOCKER_TOKEN }}
Expand Down

0 comments on commit 0df9715

Please sign in to comment.