Skip to content

Commit 49c39ff

Browse files
committed
build-push-action@v6
1 parent e9deb0d commit 49c39ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3838

3939
- name: Build and push Docker image
40-
uses: docker/build-push-action@v3
40+
uses: docker/build-push-action@v6
4141
with:
4242
context: .
4343
push: false

0 commit comments

Comments
 (0)