Skip to content

Commit

Permalink
Bump docker/build-push-action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Jul 4, 2023
1 parent c245691 commit 79b2de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: docker/build-push-action@v1
- uses: docker/build-push-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: spacemeshos/explorer-apiserver
dockerfile: Dockerfile.apiserver
tag_with_ref: true

- uses: docker/build-push-action@v1
- uses: docker/build-push-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 79b2de3

Please sign in to comment.