Skip to content

Commit

Permalink
We use different names for images, for now we specify for each image …
Browse files Browse the repository at this point in the history
…separately tag discovery procedure
  • Loading branch information
oshadura committed Sep 9, 2022
1 parent 107a5d0 commit c8d962e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/dockercd-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ env:
GITHUB_ACTIONS: 'true'
REGISTRY: 'hub.opensciencegrid.org'
CACHE_PATH: /tmp/.buildx-cache
REPOSITORY: CoffeaTeam/coffea-casa


jobs:
dask-base:
Expand All @@ -30,7 +28,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ env.REPOSITORY }}
images: ${{ env.REGISTRY }}/coffea-casa/cc-base-ubuntu
flavor: latest=false
tags: |
type=ref,event=tag
Expand Down Expand Up @@ -60,7 +58,7 @@ jobs:
context: docker/
file: docker/Dockerfile.cc-base-ubuntu
tags: |
${{ env.REGISTRY }}/coffea-casa/cc-base-ubuntu:${{ steps.meta.outputs.tags }}
${{ steps.meta.outputs.tags }}
build-args: |
TAG=${{ steps.meta.outputs.tags }}
PROJECT=${{ env.PROJECT }}
Expand All @@ -85,7 +83,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ env.REPOSITORY }}
images: ${{ env.REGISTRY }}/coffea-casa/cc-ubuntu
flavor: latest=false
tags: |
type=ref,event=tag
Expand Down Expand Up @@ -115,7 +113,7 @@ jobs:
context: docker/
file: docker/Dockerfile.cc-ubuntu
tags: |
${{ env.REGISTRY }}/coffea-casa/cc-ubuntu:${{ steps.meta.outputs.tags }}
${{ steps.meta.outputs.tags }}
build-args: |
TAG=${{ steps.meta.outputs.tags }}
PROJECT=${{ env.PROJECT }}
Expand Down Expand Up @@ -188,7 +186,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ env.REPOSITORY }}
images: ${{ env.REGISTRY }}/coffea-casa/cc-analysis-ubuntu
flavor: latest=false
tags: |
type=ref,event=tag
Expand Down Expand Up @@ -219,7 +217,7 @@ jobs:
context: docker/
file: docker/Dockerfile.cc-analysis-ubuntu
tags: |
${{ env.REGISTRY }}/coffea-casa/cc-analysis-ubuntu:${{ steps.meta.outputs.tags }}
${{ steps.meta.outputs.tags }}
build-args: |
TAG=${{ steps.meta.outputs.tags }}
PROJECT=${{ env.PROJECT }}
Expand Down

0 comments on commit c8d962e

Please sign in to comment.