Skip to content

Commit 9563cf5

Browse files
committed
chore: new push action version
1 parent 5c37777 commit 9563cf5

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/dockerx_alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "tag=$BRANCH_NAME" >> $GITHUB_OUTPUT
4444
fi
4545
- name: Build and push
46-
uses: docker/build-push-action@v5
46+
uses: docker/build-push-action@v7
4747
with:
4848
context: ${{ matrix.config.context }}
4949
file: ${{ matrix.config.dockerfile }}

.github/workflows/dockerx_deno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "tag=${{ matrix.config.tag_name }}-$BRANCH_NAME" >> $GITHUB_OUTPUT
4242
fi
4343
- name: Build and push
44-
uses: docker/build-push-action@v5
44+
uses: docker/build-push-action@v7
4545
with:
4646
context: ${{ matrix.config.context }}
4747
file: ${{ matrix.config.dockerfile }}

.github/workflows/dockerx_nomad.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "tag=${{ matrix.config.tag_name }}-$BRANCH_NAME" >> $GITHUB_OUTPUT
4040
fi
4141
- name: Build and push
42-
uses: docker/build-push-action@v5
42+
uses: docker/build-push-action@v7
4343
with:
4444
context: ${{ matrix.config.context }}
4545
file: ${{ matrix.config.dockerfile }}

.github/workflows/dockerx_proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "tag=${{ matrix.config.tag_name }}-$BRANCH_NAME" >> $GITHUB_OUTPUT
5151
fi
5252
- name: Build and push
53-
uses: docker/build-push-action@v5
53+
uses: docker/build-push-action@v7
5454
with:
5555
context: ${{ matrix.config.context }}
5656
file: ${{ matrix.config.dockerfile }}

.github/workflows/dockerx_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "tag=$BRANCH_NAME" >> $GITHUB_OUTPUT
4141
fi
4242
- name: Build and push
43-
uses: docker/build-push-action@v5
43+
uses: docker/build-push-action@v7
4444
with:
4545
context: ${{ matrix.config.context }}
4646
file: ${{ matrix.config.dockerfile }}

.github/workflows/dockerx_qemu_rpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "tag=latest-$BRANCH_NAME" >> $GITHUB_OUTPUT
3535
fi
3636
- name: Build and push
37-
uses: docker/build-push-action@v5
37+
uses: docker/build-push-action@v7
3838
with:
3939
context: "qemu_rpi"
4040
file: "qemu_rpi/Dockerfile"

.github/workflows/dockerx_smtp_r.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "version_tag=$VERSION_TAG-$BRANCH_NAME" >> $GITHUB_OUTPUT
5555
fi
5656
- name: Build and push
57-
uses: docker/build-push-action@v5
57+
uses: docker/build-push-action@v7
5858
with:
5959
context: ${{ matrix.config.context }}
6060
file: ${{ matrix.config.dockerfile }}

.github/workflows/dockerx_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "tag=${{ matrix.config.tag_name }}-$BRANCH_NAME" >> $GITHUB_OUTPUT
5454
fi
5555
- name: Build and push
56-
uses: docker/build-push-action@v5
56+
uses: docker/build-push-action@v7
5757
with:
5858
context: ${{ matrix.config.context }}
5959
file: ${{ matrix.config.dockerfile }}

0 commit comments

Comments
 (0)