diff --git a/.gitea/workflows/ssh-client-build-deploy.yaml b/.gitea/workflows/ssh-client-build-deploy.yaml index 82b9e04..7faad37 100644 --- a/.gitea/workflows/ssh-client-build-deploy.yaml +++ b/.gitea/workflows/ssh-client-build-deploy.yaml @@ -27,7 +27,7 @@ jobs: - name: Build and push ssh-client container images uses: ./.gitea/actions/buildkit-build-push-dev with: - tags: oci.limbosolutions.com/public/ssh-client + tags: oci.limbosolutions.com/public/ssh-client:latest registry_addr: ${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }} registry_username: ${{ secrets.OCI_LIMBO_REGISTRY_USERNAME }} registry_password: ${{ secrets.OCI_LIMBO_REGISTRY_PASSWORD }}