Skip to content

Commit

Permalink
Merge pull request #24 from olcf/dependabot/github_actions/docker/bui…
Browse files Browse the repository at this point in the history
…ld-push-action-6

Bump docker/build-push-action from 4 to 6
  • Loading branch information
josephvoss authored Oct 31, 2024
2 parents 2d9ac19 + f2b97f6 commit 402cc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
- name: Build dev image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: build/
pull: true
Expand Down

0 comments on commit 402cc04

Please sign in to comment.