Merge pull request #40 from EvilFreelancer/dependabot/github_actions/docker/build-push-action-6

Bump docker/build-push-action from 5 to 6
This commit is contained in:
Pavel Zloi 2024-06-24 09:17:36 +03:00 committed by GitHub
commit e8b906ef88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build with Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ !env.ACT }}