We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7311eb commit e4aa8edCopy full SHA for e4aa8ed
1 file changed
.github/workflows/container.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Build and push Docker image
53
uses: docker/build-push-action@v6
54
with:
55
- context: 'docker/sas-tomcat'
+ context: .
56
file: docker/sas-tomcat/Dockerfile
57
push: true
58
tags: ${{ steps.meta.outputs.tags }}
0 commit comments