HOTFIX
This commit is contained in:
@@ -97,9 +97,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
echo "${{ secrets.NEXSPENCE_PASSWORD }}" | docker login \
|
echo "${{ secrets.NEXUS_TOKEN }}" | docker login \
|
||||||
images.docker.noko.tan \
|
images.docker.noko.tan \
|
||||||
--username "${{ secrets.NEXSPENCE_USERNAME }}" \
|
--username "${{ secrets.NEXUS_USERNAME }}" \
|
||||||
--password-stdin
|
--password-stdin
|
||||||
|
|
||||||
- name: Build Factorio Docker image
|
- name: Build Factorio Docker image
|
||||||
|
|||||||
Reference in New Issue
Block a user