mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 10:24:15 +02:00
added checkout step
This commit is contained in:
parent
4f3d283cae
commit
ec22a48000
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -26,6 +26,8 @@ jobs:
|
|||||||
name: docker-build
|
name: docker-build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Check out Code
|
||||||
|
uses: actions/checkout@v3
|
||||||
- name: Login to Registry
|
- name: Login to Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user