Skip to content

Commit

Permalink
Added Block push docker images to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveenraj-K committed Oct 21, 2024
1 parent 0bb0eae commit 43897e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Build and push Docker image to Ducker Hub
- name: Build and push Docker image to Docker Hub
uses: docker/build-push-action@v5
with:
context: .
Expand All @@ -65,6 +65,6 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
GITHUB_REF_NAME=${{ github.ref_name }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
GITHUB_REF_NAME=${{ github.ref_name }}

0 comments on commit 43897e6

Please sign in to comment.