Merge pull request #5 from Aterfax/dependabot/github_actions/docker/build-push-action-6

Bump docker/build-push-action from 5 to 6
This commit is contained in:
Aterfax 2024-07-01 18:33:38 +01:00 committed by GitHub
commit ded7fc16ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
run: echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- name: Build image and push to Docker Hub and GitHub Container Registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker
push: true

View File

@ -30,7 +30,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Build image only
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker
push: false