Remove amd64
All checks were successful
Publish Docker image / Push Docker image to the registry (push) Successful in 31m25s

This commit is contained in:
Anton Liaposhchenko 2024-05-24 20:28:58 +03:00
parent 56f288c19a
commit b6b726d29f

View File

@ -19,16 +19,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
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)
uses: docker/build-push-action@v5
with: