fix: typo in Gitea workflow 2
All checks were successful
Build and push Docker image / build (push) Successful in 22s

This commit is contained in:
2025-12-02 23:17:10 +01:00
parent fa5932d270
commit 7bb2dd5434

View File

@@ -1,6 +1,7 @@
# Credit: https://www.vanmeeuwen.dev/blog/automating-docker-builds-with-gitea-actions
name: Build and push Docker image
run-name: Building image on ${{ gitea.actor }}'s commit
on:
push:
@@ -12,7 +13,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v4
uses: actions/checkout@v4
- name: Login to registry
uses: docker/login-action@v2