mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 16: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
9a6ccf5076
commit
1645846d24
2 changed files with 26 additions and 26 deletions
50
.github/workflows/ci.yml
vendored
50
.github/workflows/ci.yml
vendored
|
|
@ -547,7 +547,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
|
||||
|
|
@ -576,7 +576,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
|
||||
|
|
@ -606,7 +606,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
|
||||
|
|
@ -635,7 +635,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
|
||||
|
|
@ -664,7 +664,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
|
||||
|
|
@ -693,7 +693,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
|
||||
|
|
@ -723,7 +723,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
|
||||
|
|
@ -752,7 +752,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
|
||||
|
|
@ -781,7 +781,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
|
||||
|
|
@ -810,7 +810,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
|
||||
|
|
@ -839,7 +839,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
|
||||
|
|
@ -868,7 +868,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
|
||||
|
|
@ -897,7 +897,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
|
||||
|
|
@ -926,7 +926,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
|
||||
|
|
@ -955,7 +955,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
|
||||
|
|
@ -986,7 +986,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
|
||||
|
|
@ -1015,7 +1015,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
|
||||
|
|
@ -1044,7 +1044,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
|
||||
|
|
@ -1075,7 +1075,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
|
||||
|
|
@ -1104,7 +1104,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
|
||||
|
|
@ -1134,7 +1134,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
|
||||
|
|
@ -1163,7 +1163,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
|
||||
|
|
@ -1192,7 +1192,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/food-backend
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/food/apps/backend/Dockerfile
|
||||
|
|
@ -1221,7 +1221,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/food-web
|
||||
tags: type=raw,value=latest
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: apps/food/apps/web/Dockerfile
|
||||
|
|
@ -1252,7 +1252,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