Skip to content

Commit 75fc3bb

Browse files
committed
hotfix folder
1 parent 7135d94 commit 75fc3bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/superset-image-build-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/build-push-action@v6
3333
with:
3434
context: ./
35-
file: ./spark-shell/Dockerfile
35+
file: ./superset/Dockerfile
3636
load: true
3737
tags: ${{ steps.meta.outputs.tags }}
3838
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/trino-image-build-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/build-push-action@v6
3333
with:
3434
context: ./
35-
file: ./spark-shell/Dockerfile
35+
file: ./trino/Dockerfile
3636
load: true
3737
tags: ${{ steps.meta.outputs.tags }}
3838
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)