Skip to content

Commit 298b092

Browse files
github-actions(deps): bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e568eab commit 298b092

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)