Skip to content

Commit

Permalink
Merge pull request #21 from Lan2Play/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-4.1.1

Bump docker/build-push-action from 4.0.0 to 4.1.1
  • Loading branch information
Apfelwurm authored Nov 21, 2023
2 parents f8e4f0c + 7a6c7d5 commit 2fc2e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
submodules: recursive
- name: Build Linux Image
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.1
with:
context: .
file: ./linux.Dockerfile
Expand All @@ -45,7 +45,7 @@ jobs:
SOURCE_COMMIT=${{ github.sha }}
no-cache: true
- name: Build latexpdf Linux Image
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.1
with:
context: .
file: ./linux.latexpdf.Dockerfile
Expand Down

0 comments on commit 2fc2e88

Please sign in to comment.