Merge pull request #58 from LacledesLAN/dependabot/github_actions/docker/build-push-action-6.13.0
Some checks failed
linux/amd64 / build-and-push (push) Has been cancelled
Update Docker Hub Description / build-and-push (push) Has been cancelled

Bump docker/build-push-action from 6.12.0 to 6.13.0
This commit is contained in:
James Dudley 2025-01-25 09:53:47 -06:00 committed by GitHub
commit 5e6c0ebd03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ jobs:
- name: Pull Latest Linux Base Image - name: Pull Latest Linux Base Image
run: docker pull debian:bullseye-slim run: docker pull debian:bullseye-slim
- name: Build Linux Image - name: Build Linux Image
uses: docker/build-push-action@v6.12.0 uses: docker/build-push-action@v6.13.0
with: with:
context: . context: .
file: ./linux.Dockerfile file: ./linux.Dockerfile