Skip to content

Commit 35f5b9e

Browse files
authored
Merge pull request #727 from goblint/dependabot/github_actions/docker/build-push-action-3
Bump docker/build-push-action from 2 to 3
2 parents 5cd0a2b + d5c44c8 commit 35f5b9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Build Docker image
6161
id: build
62-
uses: docker/build-push-action@v2
62+
uses: docker/build-push-action@v3
6363
with:
6464
context: .
6565
load: true # load into docker instead of immediately pushing
@@ -72,7 +72,7 @@ jobs:
7272
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
7373

7474
- name: Push Docker image
75-
uses: docker/build-push-action@v2
75+
uses: docker/build-push-action@v3
7676
with:
7777
context: .
7878
push: true

.github/workflows/unlocked.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169

170170
- name: Build dev Docker image
171171
id: build
172-
uses: docker/build-push-action@v2
172+
uses: docker/build-push-action@v3
173173
with:
174174
context: .
175175
target: dev

0 commit comments

Comments
 (0)