Skip to content

Commit

Permalink
Merge pull request #3 from ripps818/ripps818-publish-testing-1
Browse files Browse the repository at this point in the history
Update docker-publish.yml
  • Loading branch information
ripps818 authored Feb 19, 2024
2 parents f6b21a1 + 4367ee5 commit bd2781e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,7 +15,7 @@ on:
#pull_request:
# branches: [ "develop" ]
workflow_dispatch:
branches: [ "develop" ]
branches: [ "work" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit bd2781e

Please sign in to comment.