Skip to content

Commit 524785b

Browse files
committed
ci: bump v4 docker build push
1 parent bfe481b commit 524785b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
password: ${{ secrets.PAT }}
2727

2828
- name: Build tag
29-
uses: docker/build-push-action@v3
29+
uses: docker/build-push-action@v4
3030
with:
3131
platforms: linux/amd64,linux/arm64
3232
push: true

.github/workflows/tag.yml

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

2828
- name: Build tag
29-
uses: docker/build-push-action@v3
29+
uses: docker/build-push-action@v4
3030
with:
3131
platforms: linux/amd64,linux/arm64
3232
push: true
@@ -36,7 +36,7 @@ jobs:
3636
"SECRET_KEY_BASE=${{ secrets.SECRET_KEY_BASE }}"
3737
3838
- name: Build latest
39-
uses: docker/build-push-action@v3
39+
uses: docker/build-push-action@v4
4040
with:
4141
platforms: linux/amd64,linux/arm64
4242
push: true

0 commit comments

Comments
 (0)