Skip to content

Commit

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

Bump docker/build-push-action from 2 to 3
  • Loading branch information
sim642 authored May 9, 2022
2 parents 5cd0a2b + d5c44c8 commit 35f5b9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build Docker image
id: build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
load: true # load into docker instead of immediately pushing
Expand All @@ -72,7 +72,7 @@ jobs:
run: docker run --rm -v $(pwd):/data ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }} /data/tests/regression/04-mutex/01-simple_rc.c # run image by version in case multiple tags

- name: Push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unlocked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:

- name: Build dev Docker image
id: build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
target: dev
Expand Down

0 comments on commit 35f5b9e

Please sign in to comment.