test
Build and Push Docker Image / build-and-push (push) Failing after 1s
Details
Build and Push Docker Image / build-and-push (push) Failing after 1s
Details
This commit is contained in:
parent
c5c99dbe3c
commit
11497f8cc4
|
@ -10,10 +10,10 @@ jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
image: docker:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
# - name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
|
|
Loading…
Reference in New Issue