Skip to content

Commit

Permalink
Merge pull request #10 from InseeFrLab/renovate/docker-build-push-act…
Browse files Browse the repository at this point in the history
…ion-6.x

Update docker/build-push-action action to v6
  • Loading branch information
olevitt authored Jan 24, 2025
2 parents c6942ad + e534836 commit ecca73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
file: Dockerfile
Expand Down

0 comments on commit ecca73a

Please sign in to comment.