Skip to content

Commit 2267b2d

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent 1ed9e0e commit 2267b2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
password: ${{ secrets.DOCKER_PASSWORD }}
7878

7979
- name: Build ${{ env.APP_NAME }}
80-
uses: docker/build-push-action@v6
80+
uses: docker/build-push-action@v7
8181
with:
8282
context: .
8383
file: docker/${{ env.APP_NAME }}/Dockerfile

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
password: ${{ secrets.DOCKER_PASSWORD }}
8989

9090
- name: Build ${{ env.APP_NAME }}
91-
uses: docker/build-push-action@v6
91+
uses: docker/build-push-action@v7
9292
with:
9393
context: .
9494
file: docker/${{ env.APP_NAME }}/Dockerfile

0 commit comments

Comments
 (0)