Skip to content

Commit

Permalink
fix: update docker/build-push-action version
Browse files Browse the repository at this point in the history
hopefully fix [this issue](sencrop/github-workflows#181)
which I believe is currently preventing individual images being pulled
  • Loading branch information
dgpalmieri committed Jan 2, 2025
1 parent fb0ac19 commit 236bece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_sar_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
- name: Build and push Docker image
id: push
uses: docker/build-push-action@v6.0.1
uses: docker/build-push-action@v6.10.0
with:
context: images/sar
push: true
Expand Down

0 comments on commit 236bece

Please sign in to comment.