Skip to content

Commit

Permalink
Update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 30, 2024
1 parent fbde184 commit 555c5b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-e2e-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,36 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Build backend
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.9.0
with:
context: etp-core/etp-backend
cache-from: type=gha,scope=backend
cache-to: type=gha,mode=max,scope=backend
load: true
- name: Build migration runner
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.9.0
with:
context: etp-core/etp-db
cache-from: type=gha,scope=db
cache-to: type=gha,mode=max,scope=db
load: true
- name: Build frontend
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.9.0
with:
context: etp-front
file: etp-front/e2e.Dockerfile
cache-from: type=gha,scope=frontend
cache-to: type=gha,mode=max,scope=frontend
load: true
- name: Build sftp
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.9.0
with:
context: etp-core/docker/sftp
cache-from: type=gha,scope=sftp
cache-to: type=gha,mode=max,scope=sftp
load: true
- name: Build smtp
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.9.0
with:
context: etp-core/docker/smtp
cache-from: type=gha,scope=smtp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Build storybook-test-image
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.9.0
with:
context: etp-front
file: etp-front/visual-tests.Dockerfile
Expand Down

0 comments on commit 555c5b7

Please sign in to comment.