Update docker/build-push-action action to v6 #15

Merged
samuel-p merged 1 commit from renovate/docker-build-push-action-6.x into main 2025-03-11 22:21:54 +00:00
Showing only changes of commit 78297f65c5 - Show all commits

View file

@ -24,7 +24,7 @@ jobs:
username: ${{ secrets.CR_USERNAME }} username: ${{ secrets.CR_USERNAME }}
password: ${{ secrets.CR_TOKEN }} password: ${{ secrets.CR_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v6
with: with:
push: true push: true
tags: | tags: |