Skip to content

Commit 819e79d

Browse files
committed
Fix deployment
1 parent 147a451 commit 819e79d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/push-docker-branch.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: 'Build Inventory Image'
2323
run: |
24-
docker build processor --tag ghcr.io/qubic/qubic-stats-processor:assets
25-
docker push ghcr.io/qubic/qubic-stats-processor:assets
26-
docker build api --tag ghcr.io/qubic/qubic-stats-api:assets
27-
docker push ghcr.io/qubic/qubic-stats-api:assets
24+
docker build processor --tag ghcr.io/qubic/qubic-stats-processor:hackathon-fix
25+
docker push ghcr.io/qubic/qubic-stats-processor:hackathon-fix
26+
docker build api --tag ghcr.io/qubic/qubic-stats-api:hackathon-fix
27+
docker push ghcr.io/qubic/qubic-stats-api:hackathon-fix

0 commit comments

Comments
 (0)