Skip to content

Commit 5e909c6

Browse files
committed
Use docker/build-push-action v6 DEVOPS-2662
1 parent 0ffa5fb commit 5e909c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
org.opencontainers.image.vendor=Index Data LLC
7575
org.opencontainers.image.documentation=https://github.com/indexdata/localindices/tree/master/doc
7676
- name: Build and publish Docker image
77-
uses: docker/build-push-action@v5
77+
uses: docker/build-push-action@v6
7878
with:
7979
context: .
8080
push: true

0 commit comments

Comments
 (0)