diff options
author | Parker <contact@pkrm.dev> | 2024-07-18 17:36:10 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-07-18 17:36:10 -0500 |
commit | ceb2da92d667f91bad33c6fb79c0c699d2a315ab (patch) | |
tree | ee723dcff916e8d86319fc93942a08befa44ab88 /.github | |
parent | d9d48fcfacfa84d214acf16cb92dc9e0f5a594d1 (diff) |
Attempt to fix tagging
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker-publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 25c9867..d4b9fe0 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -56,4 +56,4 @@ jobs: with: subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true
\ No newline at end of file + push-to-registry: false
\ No newline at end of file |