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 046b128 commit 870fe59Copy full SHA for 870fe59
.github/workflows/agent-docker-publish.yml
@@ -50,7 +50,7 @@ jobs:
50
run: docker build . --file agent.Dockerfile --tag $IMAGE_NAME
51
52
- name: Log into registry
53
- run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
+ run: docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASSWORD }}
54
55
- name: Push image
56
run: |
.github/workflows/pmml-docker-publish.yml
@@ -53,7 +53,7 @@ jobs:
docker build . --file pmml.Dockerfile --tag $IMAGE_NAME
57
58
59
0 commit comments