Skip to content

Commit

Permalink
Refine build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
tmknight committed Jan 28, 2025
1 parent 1403cdb commit 5e95e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
file: ${{ env.IMAGE }}.dockerfile
build-args: |
${{ env.BUILD_ARGS }}
NORDVPN_VERSION=${{ (github.event_name == 'release' && vars.NORDVPN_VERSION == 'false' && needs.nordvpn-version.outputs.pkg-version) || (github.event_name == 'schedule' && needs.nordvpn-version.outputs.pkg-version) || vars.NORDVPN_VERSION }}
NORDVPN_VERSION=${{ ((github.event_name == 'release' && vars.NORDVPN_VERSION == 'false') || github.event_name == 'schedule') && needs.nordvpn-version.outputs.pkg-version || vars.NORDVPN_VERSION }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 5e95e15

Please sign in to comment.