Skip to content

Commit fbb3622

Browse files
authored
Update docker-publish.yml
1 parent 0f9a59e commit fbb3622

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
context: .
6666
push: ${{ github.event_name != 'pull_request' }}
67-
tags: squid-https-cache:${{ env.RELEASE_VERSION }},squid-https-cache:latest
67+
tags: nuvious/squid-https-cache:${{ env.RELEASE_VERSION }},nuvious/squid-https-cache:latest
6868
cache-from: type=gha
6969
cache-to: type=gha,mode=max
7070

@@ -77,7 +77,7 @@ jobs:
7777
if: ${{ github.event_name != 'pull_request' }}
7878
env:
7979
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
80-
TAGS: squid-https-cache:${{ env.RELEASE_VERSION }},squid-https-cache:latest
80+
TAGS: nuvious/squid-https-cache:${{ env.RELEASE_VERSION }},nuvious/squid-https-cache:latest
8181
DIGEST: ${{ steps.build-and-push.outputs.digest }}
8282
# This step uses the identity token to provision an ephemeral certificate
8383
# against the sigstore community Fulcio instance.

0 commit comments

Comments
 (0)