Skip to content

Commit

Permalink
Fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
LINCKODE committed Jul 15, 2024
1 parent 5bf2817 commit 497d3cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-docker-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
- name: 'Build Inventory Image'
run: |
docker build processor --tag ghcr.io/qubic/qubic-stats-processor:dev
docker push ghcr.io/qubic/qubic-stats-processor:dev
docker build api --tag ghcr.io/qubic/qubic-stats-api:dev
docker push ghcr.io/qubic/qubic-stats-api:dev
docker push ghcr.io/qubic/qubic-stats-api:dev

0 comments on commit 497d3cf

Please sign in to comment.