Skip to content

Commit

Permalink
Fix the list of variables in GH actions yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Dec 12, 2023
1 parent 6029a22 commit 6542e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockercd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
push: ${{ github.event_name == 'push' }}
platforms: linux/amd64
tags: ${{ steps.tags.outputs.tags }}
build-args:
build-args: |
TAG=${{ steps.tags.outputs.releasetag }}
PROJECT=${{ env.PROJECT }}
GITHUB_ACTIONS=${{ env.GITHUB_ACTIONS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
push: ${{ github.event_name == 'push' }}
platforms: linux/amd64
tags: ${{ env.REGISTRY }}/coffea-casa/${{ matrix.image }}:${{ steps.date.outputs.date }}
build-args:
build-args: |
DEV=true
TAG=${{ steps.date.outputs.date }}
PROJECT=${{ env.PROJECT }}
Expand Down

0 comments on commit 6542e63

Please sign in to comment.