We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce7bee commit 0da3557Copy full SHA for 0da3557
.github/workflows/publish-docker-latest.yml
@@ -6,7 +6,7 @@ on:
6
branches:
7
- main
8
paths:
9
- - "Dockerfile"
+ - "sandbox/Dockerfile"
10
11
permissions:
12
packages: write
@@ -32,7 +32,7 @@ jobs:
32
- name: Build and push
33
uses: docker/build-push-action@v6
34
with:
35
- context: .
+ context: ./sandbox
36
platforms: linux/amd64,linux/arm64
37
push: true
38
tags: ghcr.io/timescale/hermes/sandbox:latest
.github/workflows/publish-docker.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
tags: ${{ steps.meta.outputs.tags }}
0 commit comments