Skip to content

Commit ecca73a

Browse files
authored
Merge pull request #10 from InseeFrLab/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6
2 parents c6942ad + e534836 commit ecca73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
username: ${{ secrets.DOCKERHUB_USERNAME }}
3535
password: ${{ secrets.DOCKERHUB_TOKEN }}
3636
- name: Build and push
37-
uses: docker/build-push-action@v5
37+
uses: docker/build-push-action@v6
3838
with:
3939
platforms: linux/amd64
4040
file: Dockerfile

0 commit comments

Comments
 (0)