We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5435e28 commit c385218Copy full SHA for c385218
1 file changed
.github/workflows/build.yaml
@@ -35,7 +35,7 @@ jobs:
35
uses: docker/setup-buildx-action@v4
36
37
- name: Build stable
38
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
39
with:
40
push: ${{ inputs.push }}
41
tags: tobix/wine:stable
@@ -45,7 +45,7 @@ jobs:
45
cache-to: type=local,dest=/tmp/buildx-cache,mode=max
46
47
- name: Build devel
48
49
50
51
tags: tobix/wine:devel
@@ -55,7 +55,7 @@ jobs:
55
cache-from: type=local,src=/tmp/buildx-cache
56
57
- name: Build staging
58
59
60
61
tags: tobix/wine:staging
0 commit comments