actions: fix issues with variables
Some checks are pending
Bump Dependencies / update-dependencies (push) Waiting to run
Build and Push Docker Image / build_and_push (push) Waiting to run

This commit is contained in:
Aidan 2025-03-01 15:13:02 -05:00
parent 0fdd8a0e86
commit 6c047fed66

View File

@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3
- name: Log in to Gitea Package Registry
run: echo "${{ secrets.PACKAGE_TOKEN }}" | docker login $SERVER_URL -u $USERNAME --password-stdin
run: echo "${{ secrets.PACKAGE_TOKEN }}" | docker login "$SERVER_URL" -u "$USERNAME" --password-stdin
env:
SERVER_URL: ${{ secrets.SERVER_URL }}
USERNAME: ${{ secrets.USERNAME }}