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.
publish.yml
1 parent 4bf43e1 commit 1cca8ecCopy full SHA for 1cca8ec
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
echo "DOCKER_TAG=$DOCKER_TAG" >> $GITHUB_ENV
42
43
# Build Image
44
- docker build -f ./docker/${{ inputs.directory }}/Dockerfile -t $DOCKER_TAG ${{ inputs.build-context }}
+ docker build -f ./${{ inputs.directory }}/Dockerfile -t $DOCKER_TAG ${{ inputs.build-context }}
45
46
- name: Login to AWS ECR
47
run: |
0 commit comments