fix: Attempts to fix workflow to allow for uploading packages.
Some checks failed
Release code / build (push) Failing after 8m38s
Some checks failed
Release code / build (push) Failing after 8m38s
This commit is contained in:
parent
4a46b5aca0
commit
51ebfe46d3
1 changed files with 2 additions and 2 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue