Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit ae027bc

Browse files
Merge pull request #381 from CSCfi/dependabot/github_actions/docker/build-push-action-4
Bump docker/build-push-action from 3 to 4
2 parents 5dae870 + b2ef0e0 commit ae027bc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/int.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
driver-opts: network=host
4040

4141
- name: Build
42-
uses: docker/build-push-action@v3
42+
uses: docker/build-push-action@v4
4343
with:
4444
context: .
4545
push: true

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
type=ref,event=tag
3838
3939
- name: Build and push
40-
uses: docker/build-push-action@v3
40+
uses: docker/build-push-action@v4
4141
with:
4242
context: .
4343
file: ./Dockerfile
@@ -51,7 +51,7 @@ jobs:
5151
org.opencontainers.image.revision=${{ github.sha }}
5252
5353
- name: Build and push dataloader
54-
uses: docker/build-push-action@v3
54+
uses: docker/build-push-action@v4
5555
with:
5656
run: |
5757
pushd deploy/dataloader

0 commit comments

Comments
 (0)