diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 8a6a53c..6348fa0 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -32,15 +32,6 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - id: getversion uses: Saionaro/extract-package-version@v1.2.1 - - uses: docker/build-push-action@v3.2.0 - if: github.ref != 'refs/heads/master' - with: - context: . - file: Dockerfile - platforms: linux/amd64,linux/arm/v7,linux/arm64/v8 - push: true - tags: | - ghcr.io/${{ steps.string.outputs.lowercase }}/g5api:next - uses: docker/build-push-action@v3.2.0 if: github.ref == 'refs/heads/master' with: