Skip to content

Commit

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

Bump docker/build-push-action from 3 to 4
  • Loading branch information
jmorrowomni authored Feb 11, 2023
2 parents 83baee5 + 73a526f commit 75482de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
run: mkdir -p dist
- name: Build image
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
build-args: |
VERSION=${{ needs.prepare.outputs.source_version }}
Expand Down Expand Up @@ -380,7 +380,7 @@ jobs:
run: ./buildx-dockerfile.sh
- name: Build and push platform images to registries
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
build-args: |
VERSION=${{ needs.prepare.outputs.source_version }}
Expand Down

0 comments on commit 75482de

Please sign in to comment.