Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
pna-nca committed Oct 3, 2024
1 parent fdcd1bb commit ad6d1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nca-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ jobs:

- name: login to Docker repository
run: |
nslookup docker-registry-internal.extranet.netcetera.biz
sudo systemctl status systemd-networkd
sudo systemctl status systemd-resolved
nslookup docker-registry-internal.extranet.netcetera.biz
echo "${{ secrets.NCA_REPO_PASSWORD }}" | docker login "${{ env.DD_REGISTRY }}" -u "${{ secrets.NCA_REPO_USERNAME }}" --password-stdin
- name: setup Docker buildx
Expand Down

0 comments on commit ad6d1ae

Please sign in to comment.