not sure what changed

This commit is contained in:
Cyril Šebek 2024-07-07 21:56:22 +02:00
parent 5023fc631f
commit 290ee75d98
Signed by: blboun3
SSH Key Fingerprint: SHA256:n9dMtOPzgsD+CCerUJslEnU2dzVanbaIv0XDQVRVjeg

@ -61,9 +61,6 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIV_KEY }}
- name: agentttest
run: ssh-add -l
- name: Login to registry
run: ssh ${{ vars.TARGET_USER }}@${{ vars.TARGET }} -o StrictHostKeyChecking=no "docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} ${{ vars.REGISTRY }}"
- name: Pull new image