Skip to content

Commit 4bf6d19

Browse files
authored
Merge pull request #21 from wayofdev/renovate/docker-build-push-action-4.x
chore(deps): update docker/build-push-action action to v4
2 parents 7306608 + 7cdd93f commit 4bf6d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
install: true
7777

7878
- name: 🚀 Build and Export to Docker
79-
uses: docker/build-push-action@v3
79+
uses: docker/build-push-action@v4
8080
with:
8181
context: ./dist/base/${{ env.IMAGE_TEMPLATE }}
8282
load: true
@@ -89,7 +89,7 @@ jobs:
8989
run: IMAGE_TAG=${{ env.IMAGE_TAG }} make test
9090

9191
- name: 📤 Push Docker image
92-
uses: docker/build-push-action@v3
92+
uses: docker/build-push-action@v4
9393
with:
9494
context: ./dist/base/${{ env.IMAGE_TEMPLATE }}
9595
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)