Skip to content

Commit

Permalink
Fixes build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Mar 9, 2024
1 parent 526d300 commit 44acc18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,4 @@ jobs:
context: dockerfiles/climate-notebook
push: true
tags: ghcr.io/esgf-nimbus/climate-notebook:${{ steps.get-version.outputs.version }}
builds-args:
- "TAG=${{ needs.get-issue-number.outputs.pr-number }}"
builds-args: "TAG=${{ needs.get-issue-number.outputs.pr-number }}"

0 comments on commit 44acc18

Please sign in to comment.