diff --git a/.gitea/workflows/deployStaging.yml b/.gitea/workflows/deployStaging.yml index 3495235b..88de5f30 100644 --- a/.gitea/workflows/deployStaging.yml +++ b/.gitea/workflows/deployStaging.yml @@ -8,10 +8,10 @@ on: jobs: CreateImage: - runs-on: [hubstaging] + runs-on: [skeris] uses: http://gitea.pena/PenaDevops/actions.git/.gitea/workflows/build-image.yml@v1.1.6-p with: - runner: hubstaging + runner: skeris secrets: REGISTRY_USER: ${{ secrets.REGISTRY_USER }} REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}