summaryrefslogtreecommitdiff
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2024-02-16 14:37:45 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2024-02-16 14:37:45 +0300
commit6611bf2e262ce2d31eb31ab857a4ee48d0381b5e (patch)
tree7719e2c1671e8296685fbb3606821081835a283e /.gitea/workflows
parentd4a9149daaff62cf3d991ee166e23a22574f5a6f (diff)
Edit action
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml
index b915d12..db9c05b 100644
--- a/.gitea/workflows/release.yaml
+++ b/.gitea/workflows/release.yaml
@@ -24,11 +24,11 @@ jobs:
run: dotnet test
release-image:
runs-on: ubuntu-latest
- container:
- image: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@v3
+ - name: Install Docker
+ run: curl -fsSL https://get.docker.com | sh
- name: Login to Gitea Hub
uses: docker/login-action@v3
with: