Skip to content

Commit

Permalink
Remove comments from github workflows files
Browse files Browse the repository at this point in the history
  • Loading branch information
LINCKODE committed Jul 15, 2024
1 parent 5c42407 commit 5bf2817
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/push-docker-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:

- name: 'Build Inventory Image'
run: |
# Processor
docker build processor --tag ghcr.io/qubic/qubic-stats-processor:dev
docker push ghcr.io/qubic/qubic-stats-processor:dev
# API
docker build api --tag ghcr.io/qubic/qubic-stats-api:dev
docker push ghcr.io/qubic/qubic-stats-api:dev
2 changes: 0 additions & 2 deletions .github/workflows/push-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:

- name: 'Build Inventory Image'
run: |
# Processor
docker build processor --tag ghcr.io/qubic/qubic-stats-processor:${{github.ref_name}}
docker push ghcr.io/qubic/qubic-stats-processor:${{github.ref_name}}
# API
docker build api --tag ghcr.io/qubic/qubic-stats-api:${{github.ref_name}}
docker push ghcr.io/qubic/qubic-stats-api:${{github.ref_name}}

0 comments on commit 5bf2817

Please sign in to comment.