Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
itadventurer committed Jun 21, 2024
1 parent b6b7777 commit d663e5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build and push everything
run: |
cd csp1_producer
for DIR in csp2_transformer csp1_producer csp1_consumer csp1_transformer csp2_producer dashboard cruisecontrol_ui ;do
for DIR in csp2_transformer csp1_producer csp1_consumer csp1_transformer csp2_producer dashboard ;do
IMAGE_NAME=$PROJECT/$DIR
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
Expand Down
15 changes: 0 additions & 15 deletions cruisecontrol_ui/Dockerfile

This file was deleted.

0 comments on commit d663e5a

Please sign in to comment.