Merge pull request #6 from LacledesLAN/dependabot/github_actions/docker/build-push-action-2.8.0

Bump docker/build-push-action from 2.7.0 to 2.8.0
This commit is contained in:
James Dudley 2022-01-19 19:36:43 -06:00 committed by GitHub
commit ca7b3b2862
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@v2.7.0
uses: docker/build-push-action@v2.8.0
with:
context: .
file: ./linux.Dockerfile