mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +00:00
build(deps): bump docker/build-push-action from 6.19.2 to 7.0.0 (#9350)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1255f32221
commit
097949af48
2
.github/workflows/docker-push.yml
vendored
2
.github/workflows/docker-push.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
type=sha
|
type=sha
|
||||||
- name: Build and push Docker images
|
- name: Build and push Docker images
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
|
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
|
||||||
with:
|
with:
|
||||||
context: ${{ matrix.app.context }}
|
context: ${{ matrix.app.context }}
|
||||||
target: ${{ matrix.app.target }}
|
target: ${{ matrix.app.target }}
|
||||||
|
|||||||
4
.github/workflows/test-backend.yml
vendored
4
.github/workflows/test-backend.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
|
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
|
||||||
|
|
||||||
- name: Neo4J | Build 'community' image
|
- name: Neo4J | Build 'community' image
|
||||||
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
|
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
|
||||||
with:
|
with:
|
||||||
context: neo4j
|
context: neo4j
|
||||||
file: neo4j/Dockerfile
|
file: neo4j/Dockerfile
|
||||||
@ -67,7 +67,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
|
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
|
||||||
|
|
||||||
- name: backend | Build 'test' image
|
- name: backend | Build 'test' image
|
||||||
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
|
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
|
||||||
with:
|
with:
|
||||||
context: backend
|
context: backend
|
||||||
file: backend/Dockerfile
|
file: backend/Dockerfile
|
||||||
|
|||||||
6
.github/workflows/test-e2e.yml
vendored
6
.github/workflows/test-e2e.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
cp webapp/.env.template webapp/.env
|
cp webapp/.env.template webapp/.env
|
||||||
|
|
||||||
- name: Neo4J | Build image
|
- name: Neo4J | Build image
|
||||||
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
|
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
|
||||||
with:
|
with:
|
||||||
context: neo4j
|
context: neo4j
|
||||||
file: neo4j/Dockerfile
|
file: neo4j/Dockerfile
|
||||||
@ -30,7 +30,7 @@ jobs:
|
|||||||
cache-to: type=gha,mode=max,scope=neo4j
|
cache-to: type=gha,mode=max,scope=neo4j
|
||||||
|
|
||||||
- name: Backend | Build image
|
- name: Backend | Build image
|
||||||
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
|
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
|
||||||
with:
|
with:
|
||||||
context: backend
|
context: backend
|
||||||
file: backend/Dockerfile
|
file: backend/Dockerfile
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
|
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
|
||||||
|
|
||||||
- name: Webapp | Build 'test' image
|
- name: Webapp | Build 'test' image
|
||||||
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
|
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: webapp/Dockerfile
|
file: webapp/Dockerfile
|
||||||
|
|||||||
2
.github/workflows/test-webapp.yml
vendored
2
.github/workflows/test-webapp.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
|
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
|
||||||
|
|
||||||
- name: Webapp | Build 'test' image
|
- name: Webapp | Build 'test' image
|
||||||
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
|
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: webapp/Dockerfile
|
file: webapp/Dockerfile
|
||||||
|
|||||||
4
.github/workflows/ui-docker.yml
vendored
4
.github/workflows/ui-docker.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
|
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
|
||||||
|
|
||||||
- name: Build development image
|
- name: Build development image
|
||||||
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
|
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
|
||||||
with:
|
with:
|
||||||
context: ./packages/ui
|
context: ./packages/ui
|
||||||
file: ./packages/ui/Dockerfile
|
file: ./packages/ui/Dockerfile
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
cache-to: type=gha,mode=max,scope=ui-development
|
cache-to: type=gha,mode=max,scope=ui-development
|
||||||
|
|
||||||
- name: Build production image
|
- name: Build production image
|
||||||
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
|
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
|
||||||
with:
|
with:
|
||||||
context: ./packages/ui
|
context: ./packages/ui
|
||||||
file: ./packages/ui/Dockerfile
|
file: ./packages/ui/Dockerfile
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user