Skip to content

Commit

Permalink
Revert "Use github.ref_name as an arg value detecting tag of base"
Browse files Browse the repository at this point in the history
This reverts commit bae838d.
  • Loading branch information
oshadura committed Sep 9, 2022
1 parent bae838d commit bdecc40
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 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


jobs:
dask-base:
Expand All @@ -30,7 +28,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ env.REPOSITORY }}
images: enable=false
flavor: latest=false
tags: |
type=ref,event=tag
Expand Down Expand Up @@ -62,8 +60,8 @@ jobs:
tags: |
${{ env.REGISTRY }}/coffea-casa/cc-base-ubuntu:${{ steps.meta.outputs.tags }}
build-args: |
TAG=${{ github.ref_name }}
PROJECT=${{ env.PROJECT }}
TAG=${{ steps.meta.outputs.tags }}
PROJECT=${{ env.PROJECT }}
GITHUB_ACTIONS=${{ env.GITHUB_ACTIONS }}
REGISTRY=${{ env.REGISTRY }}
Expand All @@ -85,7 +83,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ env.REPOSITORY }}
images: enable=false
flavor: latest=false
tags: |
type=ref,event=tag
Expand Down Expand Up @@ -117,8 +115,8 @@ jobs:
tags: |
${{ env.REGISTRY }}/coffea-casa/cc-ubuntu:${{ steps.meta.outputs.tags }}
build-args: |
TAG=${{ github.ref_name }}
PROJECT=${{ env.PROJECT }}
TAG=${{ steps.meta.outputs.tags }}
PROJECT=${{ env.PROJECT }}
GITHUB_ACTIONS=${{ env.GITHUB_ACTIONS }}
REGISTRY=${{ env.REGISTRY }}
Expand Down Expand Up @@ -188,7 +186,8 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ env.REPOSITORY }}
images: |
enable=false
flavor: latest=false
tags: |
type=ref,event=tag
Expand Down Expand Up @@ -221,8 +220,8 @@ jobs:
tags: |
${{ env.REGISTRY }}/coffea-casa/cc-analysis-ubuntu:${{ steps.meta.outputs.tags }}
build-args: |
TAG=${{ github.ref_name }}
PROJECT=${{ env.PROJECT }}
TAG=${{ steps.meta.outputs.tags }}
PROJECT=${{ env.PROJECT }}
GITHUB_ACTIONS=${{ env.GITHUB_ACTIONS }}
REGISTRY=${{ env.REGISTRY }}
Expand Down

0 comments on commit bdecc40

Please sign in to comment.