diff --git a/.gitea/limbo_actions/buildkit-build-push/action.yaml b/.gitea/limbo_actions/buildkit-build-push/action.yaml index feab711..7f536fe 100644 --- a/.gitea/limbo_actions/buildkit-build-push/action.yaml +++ b/.gitea/limbo_actions/buildkit-build-push/action.yaml @@ -35,9 +35,6 @@ inputs: runs: using: "composite" steps: - - name: run buildctl build and push - shell: bash - run: | - name: run buildctl build and push shell: bash run: | @@ -51,7 +48,6 @@ runs: # setup file docker config (auth) temp file AUTH=$(printf "%s" "${{ inputs.registry_username }}:${{ inputs.registry_password }}" | base64 -w 0) - cat > "$DOCKER_CONFIG_DIR/config.json" <