attempt 2

This commit is contained in:
JandereDev 2022-07-12 18:12:19 +02:00
parent 3a14c8b164
commit f333f2c78d
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -43,7 +43,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
dockerfile: ./api/Dockerfile
file: ./api/Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
@ -83,7 +83,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
dockerfile: ./web/Dockerfile
file: ./web/Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
@ -123,7 +123,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
dockerfile: ./bridge/Dockerfile
file: ./bridge/Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
@ -163,7 +163,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
dockerfile: ./bot/Dockerfile
file: ./bot/Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}