We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5887254 + 64463c5 commit 6f83b76Copy full SHA for 6f83b76
.github/workflows/push.yml
@@ -32,7 +32,7 @@ jobs:
32
id: buildx
33
uses: docker/setup-buildx-action@master
34
- name: Build HTTPS ${{ matrix.derivate }} proxy (${{ matrix.platform }})
35
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
36
with:
37
file: "Dockerfile"
38
target: ${{ matrix.derivate }}
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
username: ${{ github.actor }}
46
password: ${{ github.token }}
47
- name: Build HTTPS ${{ matrix.derivate }} proxy
48
49
50
51
0 commit comments