Merge pull request #26 from LacledesLAN/dependabot/github_actions/docker/build-push-action-4.1.1

Bump docker/build-push-action from 4.1.0 to 4.1.1
This commit is contained in:
James Dudley 2023-06-13 12:10:56 -05:00 committed by GitHub
commit 2643bc1426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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@v4.1.0 uses: docker/build-push-action@v4.1.1
with: with:
context: . context: .
file: ./linux.Dockerfile file: ./linux.Dockerfile