Skip to content

Commit

Permalink
Merge pull request #1369 from buildtesters/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/build-push-action-4

Bump docker/build-push-action from 3 to 4
  • Loading branch information
shahzebsiddiqui authored Feb 10, 2023
2 parents 9791679 + c91e1a8 commit 0868ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
tags: ghcr.io/buildtesters/buildtest_spack:latest
context: scripts/spack_container
Expand Down

0 comments on commit 0868ddb

Please sign in to comment.