Skip to content

Commit

Permalink
refactor: Remove OWNER from tags
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Nov 28, 2024
1 parent 99f8ef2 commit 030f930
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
runs-on: ubuntu-latest
env:
REGISTRY: ghcr.io
OWNER: starfederation
IMAGE_NAME: ${{ github.repository }}-dev
steps:
- name: Checkout the repository
Expand All @@ -29,6 +28,6 @@ jobs:
file: ./Dockerfile-dev
push: true
tags: |
${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
build-args: |
ENVIRONMENT=development

0 comments on commit 030f930

Please sign in to comment.