We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc897dc commit 6287afaCopy full SHA for 6287afa
.github/workflows/ghcr.yml
@@ -43,7 +43,7 @@ jobs:
43
images: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_BASE }}-api
44
45
- name: API image build & push
46
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
47
with:
48
context: .
49
platforms: linux/amd64,linux/arm64
@@ -63,7 +63,7 @@ jobs:
63
images: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_BASE }}-sync
64
65
- name: Sync image build & push
66
67
68
69
0 commit comments