Update docker/build-push-action action to v5

This commit is contained in:
Renovate Bot 2024-04-18 21:00:31 +00:00
parent f354670026
commit 47396efd73

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@v5
with: with:
push: true push: true
tags: | tags: |