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 85152cc commit 9d4e8e1Copy full SHA for 9d4e8e1
.github/workflows/master.yml
@@ -26,8 +26,7 @@ jobs:
26
password: ${{ secrets.PAT }}
27
28
- name: Build tag
29
- id: docker_build
30
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
31
with:
32
platforms: linux/amd64,linux/arm64
33
push: true
@@ -37,8 +36,7 @@ jobs:
37
36
"SECRET_KEY_BASE=${{ secrets.SECRET_KEY_BASE }}"
38
39
- name: Build latest
40
- id: docker_build_latest
41
42
43
44
0 commit comments