Revert runner environment in GitHub Actions workflow back to ubuntu-latest
Some checks failed
Push Docker image / build (push) Failing after 1m22s
Some checks failed
Push Docker image / build (push) Failing after 1m22s
This commit is contained in:
parent
dc6ba12548
commit
248981b810
1 changed files with 1 additions and 3 deletions
|
@ -5,9 +5,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Login to Docker Hub
|
name: Login to Docker Hub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue