Merge pull request #1181 from krille-chan/dependabot/github_actions/docker/build-push-action-6

build: (deps): bump docker/build-push-action from 5 to 6
This commit is contained in:
Krille-chan 2024-07-13 17:12:44 +02:00 committed by GitHub
commit aefc808125
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -222,7 +222,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true