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