Skip to content

Commit

Permalink
update registry
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhoman committed Jul 24, 2024
1 parent 0633ef5 commit 1767413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
env:
REGISTRY: docker.io
REGISTRY: registry-1.docker.io
REPOSITORY_NAME: jackhoman/whoami-server
GITHUB_HEAD_REF: ${{ github.head_ref }}
GITHUB_REF_NAME: ${{ github.ref }}
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
no-cache: false
no-cache: true
tags: |
${{ env.REGISTRY }}/${{ env.REPOSITORY_NAME }}:${{ steps.image_tag.outputs.IMAGE_TAG }}
${{ env.REGISTRY }}/${{ env.REPOSITORY_NAME }}:${{ steps.image_tag.outputs.BRANCH_TAG }}
Expand Down

0 comments on commit 1767413

Please sign in to comment.