Skip to content

Commit 6287afa

Browse files
committed
chore: change version of docker build actions
1 parent bc897dc commit 6287afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ghcr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
images: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_BASE }}-api
4444

4545
- name: API image build & push
46-
uses: docker/build-push-action@v2
46+
uses: docker/build-push-action@v3
4747
with:
4848
context: .
4949
platforms: linux/amd64,linux/arm64
@@ -63,7 +63,7 @@ jobs:
6363
images: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_BASE }}-sync
6464

6565
- name: Sync image build & push
66-
uses: docker/build-push-action@v2
66+
uses: docker/build-push-action@v3
6767
with:
6868
context: .
6969
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)