Remove amd64
All checks were successful
Publish Docker image / Push Docker image to the registry (push) Successful in 31m25s
All checks were successful
Publish Docker image / Push Docker image to the registry (push) Successful in 31m25s
This commit is contained in:
parent
56f288c19a
commit
b6b726d29f
10
.github/workflows/docker-image.yml
vendored
10
.github/workflows/docker-image.yml
vendored
|
@ -19,16 +19,6 @@ jobs:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push Docker image (linux/amd64)
|
|
||||||
uses: docker/build-push-action@v5
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
push: true
|
|
||||||
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)
|
- name: Build and push Docker image (linux/arm64)
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user