Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed Apr 10, 2024
1 parent 4dd66bf commit fc00547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- base/**
env:
REGISTRY: ghcr.io
IMAGE_NAME: orijen-udf-base
IMAGE_NAME: ${{ github.repository }}/orijen-udf-base
CONTEXT: base
jobs:
docker:
Expand All @@ -33,7 +33,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit fc00547

Please sign in to comment.