We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c1a43 commit 614ec8bCopy full SHA for 614ec8b
.github/workflows/docker-build.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
16
- name: Build image
17
- run: docker build . --build-arg VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,') --file docker/Dockerfile --tag $IMAGE_NAME
+ run: docker build . --build-arg VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,') --file cmd/bot/Dockerfile --tag $IMAGE_NAME
18
19
- name: Log into registry
20
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
0 commit comments