mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:41:08 +02:00
ci: Bump docker/build-push-action from 5 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bfa8a0a773
commit
1febb44ce9
2 changed files with 26 additions and 26 deletions
50
.github/workflows/ci.yml
vendored
50
.github/workflows/ci.yml
vendored
|
|
@ -495,7 +495,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/mana-auth
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: services/mana-auth/Dockerfile
|
||||
|
|
@ -524,7 +524,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/mana-search
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: services/mana-search/Dockerfile
|
||||
|
|
@ -554,7 +554,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/mana-sync
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: services/mana-sync/Dockerfile
|
||||
|
|
@ -583,7 +583,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/mana-notify
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: services/mana-notify/Dockerfile
|
||||
|
|
@ -612,7 +612,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/mana-api-gateway
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: services/mana-api-gateway/Dockerfile
|
||||
|
|
@ -641,7 +641,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/mana-crawler
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: services/mana-crawler/Dockerfile
|
||||
|
|
@ -671,7 +671,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/mana-media
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: services/mana-media/apps/api
|
||||
file: services/mana-media/apps/api/Dockerfile
|
||||
|
|
@ -700,7 +700,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/mana-credits
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: services/mana-credits
|
||||
file: services/mana-credits/Dockerfile
|
||||
|
|
@ -729,7 +729,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/mana-web
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/mana/apps/web/Dockerfile
|
||||
|
|
@ -758,7 +758,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/chat-backend
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/chat/apps/backend/Dockerfile
|
||||
|
|
@ -787,7 +787,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/chat-web
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/chat/apps/web/Dockerfile
|
||||
|
|
@ -816,7 +816,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/todo-backend
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/todo/apps/backend/Dockerfile
|
||||
|
|
@ -845,7 +845,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/todo-web
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/todo/apps/web/Dockerfile
|
||||
|
|
@ -874,7 +874,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/calendar-backend
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/calendar/apps/backend/Dockerfile
|
||||
|
|
@ -903,7 +903,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/calendar-web
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/calendar/apps/web/Dockerfile
|
||||
|
|
@ -934,7 +934,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/clock-web
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/clock/apps/web/Dockerfile
|
||||
|
|
@ -963,7 +963,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/contacts-backend
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/contacts/apps/backend/Dockerfile
|
||||
|
|
@ -992,7 +992,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/contacts-web
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/contacts/apps/web/Dockerfile
|
||||
|
|
@ -1023,7 +1023,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/presi-web
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/presi/apps/web/Dockerfile
|
||||
|
|
@ -1052,7 +1052,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/storage-backend
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/storage/apps/backend/Dockerfile
|
||||
|
|
@ -1082,7 +1082,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/storage-web
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/storage/apps/web/Dockerfile
|
||||
|
|
@ -1111,7 +1111,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/telegram-stats-bot
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: services/telegram-stats-bot/Dockerfile
|
||||
|
|
@ -1140,7 +1140,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/nutriphi-backend
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/nutriphi/apps/backend/Dockerfile
|
||||
|
|
@ -1169,7 +1169,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/nutriphi-web
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/nutriphi/apps/web/Dockerfile
|
||||
|
|
@ -1200,7 +1200,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/skilltree-web
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/skilltree/apps/web/Dockerfile
|
||||
|
|
|
|||
2
.github/workflows/docker-validate.yml
vendored
2
.github/workflows/docker-validate.yml
vendored
|
|
@ -128,7 +128,7 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build ${{ matrix.service }}
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: ${{ matrix.context }}
|
||||
file: ${{ matrix.dockerfile }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue