Skip to content

Commit

Permalink
Using env vars with proper prefix env.
Browse files Browse the repository at this point in the history
  • Loading branch information
sweisgerber committed Feb 9, 2025
1 parent 73186ce commit 06112d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
SNAPCAST_VERSION=${{ SNAPCAST_VERSION }}
LIBRESPOT_VERSION=${{ LIBRESPOT_VERSION }}
VERSION=snapcast-${{ SNAPCAST_VERSION }}-librespot-${{ LIBRESPOT_VERSION }}
SNAPCAST_VERSION=${{ env.SNAPCAST_VERSION }}
LIBRESPOT_VERSION=${{ env.LIBRESPOT_VERSION }}
VERSION=snapcast-${{ env.SNAPCAST_VERSION }}-librespot-${{ env.LIBRESPOT_VERSION }}

0 comments on commit 06112d8

Please sign in to comment.