diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f3c6544..3e28472 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,9 +8,9 @@ env: on: pull_request: types: - - "opened" - - "reopened" - - "synchronize" + - opened + - reopened + - synchronize push: branches: - master diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index b2fd2c8..755cbed 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -51,11 +51,11 @@ jobs: --build-arg GONOSUMDB=${GONOSUMDB} \ --build-arg GOPRIVATE=${GOPRIVATE} \ --build-arg GOPROXY=${GOPROXY} \ - --platform linux/arm64 \ --file Dockerfile \ + --platform linux/arm64 \ --provenance false \ - --tag git.cryptic.systems/volker.raschek/docker-compose:${{ steps.version_extraction.outputs.version_cleaned }}-arm64 \ --push \ + --tag git.cryptic.systems/volker.raschek/docker-compose:${{ steps.version_extraction.outputs.version_cleaned }}-arm64 \ . push-amd64: @@ -94,11 +94,11 @@ jobs: --build-arg GONOSUMDB=${GONOSUMDB} \ --build-arg GOPRIVATE=${GOPRIVATE} \ --build-arg GOPROXY=${GOPROXY} \ - --platform linux/amd64 \ --file Dockerfile \ + --platform linux/amd64 \ --provenance false \ - --tag git.cryptic.systems/volker.raschek/docker-compose:${{ steps.version_extraction.outputs.version_cleaned }}-amd64 \ --push \ + --tag git.cryptic.systems/volker.raschek/docker-compose:${{ steps.version_extraction.outputs.version_cleaned }}-amd64 \ . push-manifest: @@ -161,4 +161,4 @@ jobs: --src-password ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }} \ --src-username volker.raschek \ docker://git.cryptic.systems/volker.raschek/docker-compose:${{ steps.version_extraction.outputs.version_cleaned }} \ - docker://docker.io/volkerraschek/docker-compose:${{ steps.version_extraction.outputs.version_cleaned }} \ No newline at end of file + docker://docker.io/volkerraschek/docker-compose:${{ steps.version_extraction.outputs.version_cleaned }}