Update .gitea/workflows/docker-build-push.yml

This commit is contained in:
2026-02-06 16:45:41 +00:00
parent bb39fb5f9e
commit d6c7bb8956

View File

@@ -32,7 +32,7 @@ jobs:
image: ${{ steps.push.outputs.image }} image: ${{ steps.push.outputs.image }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v3
- name: Build Docker image - name: Build Docker image
run: | run: |