We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7135d94 commit 75fc3bbCopy full SHA for 75fc3bb
.github/workflows/superset-image-build-push.yaml
@@ -32,7 +32,7 @@ jobs:
32
uses: docker/build-push-action@v6
33
with:
34
context: ./
35
- file: ./spark-shell/Dockerfile
+ file: ./superset/Dockerfile
36
load: true
37
tags: ${{ steps.meta.outputs.tags }}
38
labels: ${{ steps.meta.outputs.labels }}
.github/workflows/trino-image-build-push.yaml
+ file: ./trino/Dockerfile
0 commit comments