Merge pull request #18 from LacledesLAN/dependabot/github_actions/docker/build-push-action-3.1.0

Bump docker/build-push-action from 3.0.0 to 3.1.0
This commit is contained in:
James Dudley 2022-07-20 07:44:15 -05:00 committed by GitHub
commit 8d6d527d1f
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
run: docker pull debian:bullseye-slim
- name: Build Linux Image
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
context: .
file: ./linux.Dockerfile