mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 04:54:13 +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
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out Code
|
||||
uses: actions/checkout@v3
|
||||
- name: Login to Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user