Skip to content

Commit 10717b7

Browse files
authored
Merge pull request #3 from stackers-network/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6
2 parents b41cb80 + 8ef68f1 commit 10717b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: echo "::set-output name=version::$(cat ${{ matrix.container }}/VERSION)"
2929

3030
- name: Build Docker image
31-
uses: docker/build-push-action@v2
31+
uses: docker/build-push-action@v6
3232
with:
3333
context: ${{ matrix.container }}
3434
file: ${{ matrix.container }}/Dockerfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "version=$(cat ${{ matrix.container }}/VERSION)" >> $GITHUB_ENV
3636

3737
- name: Build and push Docker image with version
38-
uses: docker/build-push-action@v2
38+
uses: docker/build-push-action@v6
3939
with:
4040
context: ${{ matrix.container }}
4141
file: ${{ matrix.container }}/Dockerfile

0 commit comments

Comments
 (0)