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.
2 parents 51d44d3 + 336b09e commit 2289254Copy full SHA for 2289254
.github/workflows/docker-build-on-tag.yaml
@@ -60,7 +60,7 @@ jobs:
60
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
61
62
- name: Build and push (classic)
63
- uses: docker/build-push-action@v4.0.0
+ uses: docker/build-push-action@v6.13.0
64
with:
65
context: ./
66
file: ./docker/classic/Dockerfile
@@ -73,7 +73,7 @@ jobs:
73
SHAIRPORT_SYNC_BRANCH=${{ env.SHAIRPORT_SYNC_BRANCH }}
74
75
- name: Build and push
76
77
78
79
file: ./docker/Dockerfile
0 commit comments