Skip to content

Commit 9c8e236

Browse files
authored
Update docker-image.yml
1 parent b8d2077 commit 9c8e236

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ on:
1616
workflow_dispatch:
1717

1818
env:
19-
# Use docker.io for Docker Hub if empty
20-
REGISTRY: ${{ vars.REGISTRY }}
2119
IMAGE_NAME: iam-frontend
2220

2321
jobs:
@@ -37,7 +35,7 @@ jobs:
3735
uses: docker/login-action@v2.2.0
3836
with:
3937
# Server address of Docker registry. If not set then will default to Docker Hub
40-
registry: ${{ env.REGISTRY }}
38+
registry: ${{ vars.REGISTRY }}
4139
# Username used to log against the Docker registry
4240
username: ${{ secrets.DOCKER_USER }}
4341
# Password or personal access token used to log against the Docker registry

0 commit comments

Comments
 (0)