[c] update container reference in workflow
Some checks failed
Build and Push Docker Image / docker-build (push) Failing after 1s
Some checks failed
Build and Push Docker Image / docker-build (push) Failing after 1s
This commit is contained in:
parent
b37326f215
commit
f5ce64f31f
1 changed files with 6 additions and 2 deletions
|
@ -12,8 +12,12 @@ env:
|
||||||
IMAGE_NAME: ${{ gitea.repository }}
|
IMAGE_NAME: ${{ gitea.repository }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
docker-build:
|
||||||
runs-on: ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
steps:
|
steps:
|
||||||
- name: ⬇️ Checkout repository
|
- name: ⬇️ Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue