test
Build and Push Docker Image / checkout_repository (push) Failing after 35s
Details
Build and Push Docker Image / checkout_repository (push) Failing after 35s
Details
This commit is contained in:
parent
13680dba9b
commit
e38fb54459
|
@ -9,13 +9,14 @@ on:
|
|||
jobs:
|
||||
checkout_repository:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
@ -23,9 +24,6 @@ jobs:
|
|||
username: ncaron
|
||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
|
|
Loading…
Reference in New Issue