fix: Attempts to fix workflow to allow for uploading packages.
Some checks failed
Release code / build (push) Failing after 8m38s

This commit is contained in:
Tera << 8 2024-12-25 20:04:45 -05:00
parent 4a46b5aca0
commit 51ebfe46d3
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -29,8 +29,8 @@ jobs:
uses: https://github.com/docker/login-action@v3
with:
registry: git.terah.dev
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
username: imterah
password: ${{secrets.ACTIONS_PACKAGES_DEPL_KEY}}
- name: Build Docker images
run: |