diff --git a/.gitea/actions/buildkit-build-push-dev/action.yaml b/.gitea/actions/buildkit-build-push-dev/action.yaml index d5f6aea..78586e5 100644 --- a/.gitea/actions/buildkit-build-push-dev/action.yaml +++ b/.gitea/actions/buildkit-build-push-dev/action.yaml @@ -71,6 +71,8 @@ runs: echo "Using build args: $BUILD_ARG_FLAGS" + echo "build and push image ${{ inputs.registry_username }}" + buildctl \ --addr ${{ inputs.buildkit_addr }} \ build \ diff --git a/.gitea/workflows/ssh-client-build-deploy.yaml b/.gitea/workflows/ssh-client-build-deploy.yaml index cc0bc0d..79ed2dd 100644 --- a/.gitea/workflows/ssh-client-build-deploy.yaml +++ b/.gitea/workflows/ssh-client-build-deploy.yaml @@ -16,7 +16,6 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Fetch limbo public actions env: RUNNER_TEMP: "${{ runner.temp }}"