Skip to content

Commit

Permalink
Merge pull request #255 from pabloromeo/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…/docker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
pabloromeo authored Apr 19, 2024
2 parents 0f81608 + 170fb28 commit fe1de46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lscr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
type=semver,pattern={{major}}
type=sha
- name: Build and push PMS-dockermod
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./pms
file: ./pms/docker-mod/Dockerfile
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
type=semver,pattern={{major}}
type=sha
- name: Build and push worker-dockermod
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./worker
file: ./worker/docker-mod/Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
type=semver,pattern={{major}}
type=sha
- name: Build and push PMS
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./pms
file: ./pms/extended-image/Dockerfile
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
type=semver,pattern={{major}}
type=sha
- name: Build and push Worker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./worker
file: ./worker/extended-image/Dockerfile
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
type=semver,pattern={{major}}
type=sha
- name: Build and push Orchestrator
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./orchestrator
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit fe1de46

Please sign in to comment.