Skip to content

Commit 9d4e8e1

Browse files
committed
ci: bump build push action v3
1 parent 85152cc commit 9d4e8e1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
password: ${{ secrets.PAT }}
2727

2828
- name: Build tag
29-
id: docker_build
30-
uses: docker/build-push-action@v2
29+
uses: docker/build-push-action@v3
3130
with:
3231
platforms: linux/amd64,linux/arm64
3332
push: true
@@ -37,8 +36,7 @@ jobs:
3736
"SECRET_KEY_BASE=${{ secrets.SECRET_KEY_BASE }}"
3837
3938
- name: Build latest
40-
id: docker_build_latest
41-
uses: docker/build-push-action@v2
39+
uses: docker/build-push-action@v3
4240
with:
4341
platforms: linux/amd64,linux/arm64
4442
push: true

0 commit comments

Comments
 (0)