Merge pull request 'Update docker/build-push-action action to v6' (#15) from renovate/docker-build-push-action-6.x into main
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 33s

Reviewed-on: samuel-p/connectivity-check#15
This commit is contained in:
Samuel Philipp 2025-03-11 22:21:54 +00:00
commit c9256ea434

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: |