Edit action
This commit is contained in:
parent
d4a9149daa
commit
6611bf2e26
@ -24,11 +24,11 @@ jobs:
|
|||||||
run: dotnet test
|
run: dotnet test
|
||||||
release-image:
|
release-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: catthehacker/ubuntu:act-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Install Docker
|
||||||
|
run: curl -fsSL https://get.docker.com | sh
|
||||||
- name: Login to Gitea Hub
|
- name: Login to Gitea Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user