Skip to content

Commit 0da3557

Browse files
committed
fix path to dockerfile
1 parent 0ce7bee commit 0da3557

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-docker-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- main
88
paths:
9-
- "Dockerfile"
9+
- "sandbox/Dockerfile"
1010

1111
permissions:
1212
packages: write
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build and push
3333
uses: docker/build-push-action@v6
3434
with:
35-
context: .
35+
context: ./sandbox
3636
platforms: linux/amd64,linux/arm64
3737
push: true
3838
tags: ghcr.io/timescale/hermes/sandbox:latest

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build and push
4040
uses: docker/build-push-action@v6
4141
with:
42-
context: .
42+
context: ./sandbox
4343
platforms: linux/amd64,linux/arm64
4444
push: true
4545
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)