Compare commits

...

2 commits

Author SHA1 Message Date
366e6a4f30 Merge pull request 'Update docker/build-push-action action to v5' (#32) from renovate/docker-build-push-action-5.x into main
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 3s
Reviewed-on: #32
2023-09-29 14:57:13 +00:00
a0085f8ec0 Update docker/build-push-action action to v5 2023-09-16 04:00:54 +00:00

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