Skip to content

Commit c385218

Browse files
Update docker/build-push-action action to v7
1 parent 5435e28 commit c385218

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/setup-buildx-action@v4
3636

3737
- name: Build stable
38-
uses: docker/build-push-action@v6
38+
uses: docker/build-push-action@v7
3939
with:
4040
push: ${{ inputs.push }}
4141
tags: tobix/wine:stable
@@ -45,7 +45,7 @@ jobs:
4545
cache-to: type=local,dest=/tmp/buildx-cache,mode=max
4646

4747
- name: Build devel
48-
uses: docker/build-push-action@v6
48+
uses: docker/build-push-action@v7
4949
with:
5050
push: ${{ inputs.push }}
5151
tags: tobix/wine:devel
@@ -55,7 +55,7 @@ jobs:
5555
cache-from: type=local,src=/tmp/buildx-cache
5656

5757
- name: Build staging
58-
uses: docker/build-push-action@v6
58+
uses: docker/build-push-action@v7
5959
with:
6060
push: ${{ inputs.push }}
6161
tags: tobix/wine:staging

0 commit comments

Comments
 (0)