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 b8d2077 commit 9c8e236Copy full SHA for 9c8e236
.github/workflows/docker-image.yml
@@ -16,8 +16,6 @@ on:
16
workflow_dispatch:
17
18
env:
19
- # Use docker.io for Docker Hub if empty
20
- REGISTRY: ${{ vars.REGISTRY }}
21
IMAGE_NAME: iam-frontend
22
23
jobs:
@@ -37,7 +35,7 @@ jobs:
37
35
uses: docker/login-action@v2.2.0
38
36
with:
39
# Server address of Docker registry. If not set then will default to Docker Hub
40
- registry: ${{ env.REGISTRY }}
+ registry: ${{ vars.REGISTRY }}
41
# Username used to log against the Docker registry
42
username: ${{ secrets.DOCKER_USER }}
43
# Password or personal access token used to log against the Docker registry
0 commit comments