Skip to content

Commit 5c17e04

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 568d739 commit 5c17e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-generations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "SHORT_SHA=${GITHUB_SHA::8}" >> $GITHUB_ENV
3737

3838
- name: Build and push Docker image
39-
uses: docker/build-push-action@v5
39+
uses: docker/build-push-action@v6
4040
with:
4141
context: .
4242
file: ./services/${{ matrix.app }}/Dockerfile

0 commit comments

Comments
 (0)