Skip to content

Commit

Permalink
Merge pull request #137 from nasa/dependabot/github_actions/develop/g…
Browse files Browse the repository at this point in the history
…ha-dependencies-bf940bc907

Bump docker/build-push-action from 5 to 6 in the gha-dependencies group
  • Loading branch information
danielfromearth authored Jul 3, 2024
2 parents b360520 + d384304 commit 4f0688a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Build and push Docker image
if: ${{ !startsWith(github.ref, 'refs/heads/main/') }}
id: docker-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile
Expand Down

0 comments on commit 4f0688a

Please sign in to comment.