We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0d08a commit 66a53d7Copy full SHA for 66a53d7
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
uses: docker/build-push-action@v2
31
with:
32
push: true
33
- file: ./arts-main/Dockerfile
+ file: ./Dockerfile
34
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/${{ github.event.repository.name }}, ${{ secrets.DOCKER_HUB_USERNAME }}/${{ github.event.repository.name }}:${{ steps.get_release.outputs.tag_name }}
35
36
- name: Image digest
0 commit comments