Skip to content

Commit

Permalink
Fix typo in release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Apr 22, 2022
1 parent 70afd4f commit 1adaa85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build Container Image
run: |
cd docker/${{ matrix.IMAGE }}
cd docker/
docker build --build-arg TAG="development" --build-arg HUB="hub.opensciencegrid.org" --build-arg PROJECT="coffea-casa" -t hub.opensciencegrid.org/coffea-casa/${{ matrix.IMAGE }}:latest -t hub.opensciencegrid.org/coffea-casa/${{ matrix.IMAGE }}:$TAG -f Dockerfile.${{ matrix.IMAGE }} .
- name: Push to Openscience Harbor Registry
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build Container Image
run: |
cd docker/${{ matrix.IMAGE }}
cd docker
docker build --build-arg TAG="development" --build-arg HUB="hub.opensciencegrid.org" --build-arg PROJECT="coffea-casa" -t hub.opensciencegrid.org/coffea-casa/${{ matrix.IMAGE }}:latest -t hub.opensciencegrid.org/coffea-casa/${{ matrix.IMAGE }}:$TAG -f Dockerfile.${{ matrix.IMAGE }} .
- name: Push to Openscience Harbor Registry
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build Container Image
run: |
cd docker/${{ matrix.IMAGE }}
cd docker/
docker build --build-arg TAG="development" --build-arg HUB="hub.opensciencegrid.org" --build-arg PROJECT="coffea-casa" -t hub.opensciencegrid.org/coffea-casa/${{ matrix.IMAGE }}:latest -t hub.opensciencegrid.org/coffea-casa/${{ matrix.IMAGE }}:$TAG -f Dockerfile.${{ matrix.IMAGE }} .
- name: Push to Openscience Harbor Registry
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerpublish-harbor-tag-cc-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build Container Image
run: |
cd docker/${{ matrix.IMAGE }}
cd docker/
docker build --build-arg TAG="development" --build-arg HUB="hub.opensciencegrid.org" --build-arg PROJECT="coffea-casa" -t hub.opensciencegrid.org/coffea-casa/${{ matrix.IMAGE }}:latest -t hub.opensciencegrid.org/coffea-casa/${{ matrix.IMAGE }}:$TAG -f Dockerfile.${{ matrix.IMAGE }} .
- name: Push to Openscience Harbor Registry
run: |
Expand Down

0 comments on commit 1adaa85

Please sign in to comment.