We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f8ef2 commit 030f930Copy full SHA for 030f930
.github/workflows/build-docker-images.yml
@@ -11,7 +11,6 @@ jobs:
11
runs-on: ubuntu-latest
12
env:
13
REGISTRY: ghcr.io
14
- OWNER: starfederation
15
IMAGE_NAME: ${{ github.repository }}-dev
16
steps:
17
- name: Checkout the repository
@@ -29,6 +28,6 @@ jobs:
29
28
file: ./Dockerfile-dev
30
push: true
31
tags: |
32
- ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.IMAGE_NAME }}:latest
+ ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
33
build-args: |
34
ENVIRONMENT=development
0 commit comments