Skip to content

Commit

Permalink
Merge pull request #43 from hypnoglow/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-5.3.0
  • Loading branch information
dependabot[bot] committed Apr 6, 2024
2 parents 47f54c3 + fb26c1b commit ba53737
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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
with:
file: docker/scratch/Dockerfile
context: .
Expand Down

0 comments on commit ba53737

Please sign in to comment.