modified: .gitea/actions/buildkit-build-push-dev/action.yaml
/ ssh-client-container-build-push (push) Successful in 12s

modified:   .gitea/workflows/ssh-client-build-deploy.yaml
This commit is contained in:
Márcio Fernandes
2026-05-02 13:01:17 +00:00
parent ea2c067fda
commit 068142690c
2 changed files with 2 additions and 1 deletions
@@ -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 \
@@ -16,7 +16,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Fetch limbo public actions
env:
RUNNER_TEMP: "${{ runner.temp }}"