Skip to content

Commit 255e23d

Browse files
committed
fix: Set correct Docker build context for backup container publish jobs
1 parent 56a745f commit 255e23d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backup-container.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
- name: Build and Push
166166
uses: docker/build-push-action@v6
167167
with:
168-
context: .
168+
context: ./docker/backup
169169
file: ./docker/backup/Dockerfile
170170
target: production
171171
push: true
@@ -209,7 +209,7 @@ jobs:
209209
- name: Build and Push
210210
uses: docker/build-push-action@v6
211211
with:
212-
context: .
212+
context: ./docker/backup
213213
file: ./docker/backup/Dockerfile
214214
target: production
215215
push: true

0 commit comments

Comments
 (0)