Remove multiplatform build
Some checks failed
Publish Docker image / Push Docker image to the registry (push) Failing after 1m20s
Some checks failed
Publish Docker image / Push Docker image to the registry (push) Failing after 1m20s
This commit is contained in:
parent
6a2e994105
commit
5c10d108dd
16
.github/workflows/docker-image.yml
vendored
16
.github/workflows/docker-image.yml
vendored
|
@ -19,14 +19,22 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
- name: Build and push Docker image (linux/amd64)
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: |
|
||||
linux/arm64
|
||||
linux/amd64
|
||||
platforms: linux/amd64
|
||||
tags: |
|
||||
gitea.antonlyap.pp.ua/antonlyap/ffmpeg-min:6.1
|
||||
gitea.antonlyap.pp.ua/antonlyap/ffmpeg-min:${{ github.sha }}
|
||||
|
||||
- name: Build and push Docker image (linux/arm64)
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: linux/arm64
|
||||
tags: |
|
||||
gitea.antonlyap.pp.ua/antonlyap/ffmpeg-min:6.1
|
||||
gitea.antonlyap.pp.ua/antonlyap/ffmpeg-min:${{ github.sha }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user