Skip to content

Commit 030f930

Browse files
committed
refactor: Remove OWNER from tags
1 parent 99f8ef2 commit 030f930

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
env:
1313
REGISTRY: ghcr.io
14-
OWNER: starfederation
1514
IMAGE_NAME: ${{ github.repository }}-dev
1615
steps:
1716
- name: Checkout the repository
@@ -29,6 +28,6 @@ jobs:
2928
file: ./Dockerfile-dev
3029
push: true
3130
tags: |
32-
${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.IMAGE_NAME }}:latest
31+
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
3332
build-args: |
3433
ENVIRONMENT=development

0 commit comments

Comments
 (0)