mirror of
https://github.com/nicolabs/nicobot.git
synced 2026-05-21 11:57:34 +02:00
Fixed missing checkout action
This commit is contained in:
parent
07cf2aaa20
commit
8616c8587f
3
.github/workflows/dockerhub.yml
vendored
3
.github/workflows/dockerhub.yml
vendored
|
|
@ -14,6 +14,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# Download and Install IBM Cloud CLI
|
# Download and Install IBM Cloud CLI
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue