Skip to content

Commit

Permalink
asdas
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Nov 23, 2023
1 parent db0a8a2 commit 1c859a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,10 @@ jobs:
run: |
mkdir output-client-base
tar -C output-client-base -xf output-client-base.tar
- name: Push images
run: |
for image_name in base services-base client-base; do
docker buildx imagetools create \
ghcr.io/diracgrid/diracx/${image_name}:latest
done
1 change: 0 additions & 1 deletion services-base/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ dependencies:
- uvicorn
- aiobotocore
- botocore

0 comments on commit 1c859a8

Please sign in to comment.