Skip to content

Commit

Permalink
ci: bump build push action v3
Browse files Browse the repository at this point in the history
  • Loading branch information
trueChazza committed Jan 13, 2023
1 parent 85152cc commit 9d4e8e1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
password: ${{ secrets.PAT }}

- name: Build tag
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
push: true
Expand All @@ -37,8 +36,7 @@ jobs:
"SECRET_KEY_BASE=${{ secrets.SECRET_KEY_BASE }}"
- name: Build latest
id: docker_build_latest
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down

0 comments on commit 9d4e8e1

Please sign in to comment.