diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 546c60c..ebb4092 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,4 +1,4 @@ -name: Docker +name: Create testing image # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by @@ -15,7 +15,7 @@ on: #pull_request: # branches: [ "develop" ] workflow_dispatch: - branches: [ "develop" ] + branches: [ "work" ] env: # Use docker.io for Docker Hub if empty @@ -93,7 +93,7 @@ jobs: if: ${{ github.event_name != 'pull_request' }} env: # https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable - TAGS: ${{ steps.meta.outputs.tags }} + TAGS: testing DIGEST: ${{ steps.build-and-push.outputs.digest }} # This step uses the identity token to provision an ephemeral certificate # against the sigstore community Fulcio instance.