Merge pull request 'chore(deps): update docker/build-push-action action to v6' (#5) from renovate/docker-build-push-action-6.x into main
All checks were successful
/ Build App (push) Successful in 53s

Reviewed-on: #5
This commit is contained in:
vbrandl 2024-07-17 13:21:22 +02:00
commit eadddf3618

View File

@ -35,7 +35,7 @@ jobs:
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v6
with: with:
context: . context: .
file: ./Containerfile file: ./Containerfile