Skip to content

Commit

Permalink
Merge pull request #7 from interTwin-eu/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-4

Bump docker/build-push-action from 2 to 4
  • Loading branch information
dciangot authored Jul 10, 2023
2 parents 2955ba5 + 2df1567 commit 8018404
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: get_repo_owner
run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')
- name: Build container base image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: ./
outputs: "type=registry,push=true"
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
id: get_repo_owner
run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')
- name: Build container base image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: ./
outputs: "type=registry,push=true"
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
id: get_repo_owner
run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')
- name: Build container base image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: ./
outputs: "type=registry,push=true"
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
id: get_repo_owner
run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')
- name: Build container base image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: ./
outputs: "type=registry,push=true"
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
id: get_repo_owner
run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')
- name: Build container base image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: ./
outputs: "type=registry,push=true"
Expand Down

0 comments on commit 8018404

Please sign in to comment.