Skip to content

Commit b564b85

Browse files
authored
Merge pull request #17 from wayofdev/dependabot/github_actions/docker/build-push-action-4
2 parents adfad16 + 298b092 commit b564b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.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/${{ env.TEMPLATE }}
8282
load: true
@@ -96,7 +96,7 @@ jobs:
9696
IMAGE_TAG=${{ env.IMAGE_NAMESPACE }}:${{ env.TEMPLATE }}-latest make test
9797
9898
- name: Push Docker Image
99-
uses: docker/build-push-action@v3
99+
uses: docker/build-push-action@v4
100100
with:
101101
context: ./dist/${{ env.TEMPLATE }}
102102
### For Cross Platform OSX builds uncomment these lines

0 commit comments

Comments
 (0)