diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index c8e6486..0d732d9 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -4,7 +4,7 @@ on: schedule: - cron: '37 18 * * 0' push: - branches: [ "main" ] + branches: [ "dev" ] # Publish semver tags as releases. tags: [ "**" ] @@ -92,11 +92,9 @@ jobs: context: . platforms: linux/amd64,linux/arm64,linux/arm/v7 push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta.outputs.tags }} + tags: "dev" labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} - cache-from: type=gha - cache-to: type=gha,mode=max # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker