Skip to content

Commit 3740cbb

Browse files
committed
chore(deps): update docker/build-push-action action to v7.1.0
1 parent b5c1e28 commit 3740cbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.forgejo/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
password: ${{ env.REGISTRY_TOKEN }}
9595

9696
- name: Build and Push Container
97-
uses: "docker/build-push-action@v7.0.0"
97+
uses: "docker/build-push-action@v7.1.0"
9898
with:
9999
provenance: false
100100
file: "./Sample-Server/Dockerfile"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
password: ${{ env.REGISTRY_TOKEN }}
106106

107107
- name: Build and Push Container
108-
uses: "docker/build-push-action@v7.0.0"
108+
uses: "docker/build-push-action@v7.1.0"
109109
with:
110110
provenance: false
111111
file: "./Sample-Server/Dockerfile"

0 commit comments

Comments
 (0)