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:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Login to Docker Hub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue