Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from hypnoglow/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-5.0.0
  • Loading branch information
dependabot[bot] committed Oct 19, 2023
2 parents 4379ba4 + f39d89b commit 1d555ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
type=semver,pattern={{ version }}
- name: Build and push Docker image (alpine)
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
file: docker/alpine/Dockerfile
context: .
Expand All @@ -125,7 +125,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}

- name: Build and push Docker image (scratch)
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
file: docker/scratch/Dockerfile
context: .
Expand Down

0 comments on commit 1d555ec

Please sign in to comment.