We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe481b commit 524785bCopy full SHA for 524785b
.github/workflows/beta.yml
@@ -26,7 +26,7 @@ jobs:
26
password: ${{ secrets.PAT }}
27
28
- name: Build tag
29
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
30
with:
31
platforms: linux/amd64,linux/arm64
32
push: true
.github/workflows/tag.yml
@@ -36,7 +36,7 @@ jobs:
36
"SECRET_KEY_BASE=${{ secrets.SECRET_KEY_BASE }}"
37
38
- name: Build latest
39
40
41
42
0 commit comments