workflow: fix missing checkout step
Some checks failed
/ push (push) Failing after 36s

This commit is contained in:
Tigor Hutasuhut 2024-05-12 10:54:05 +07:00
parent 245a1a0e37
commit e0a6548b61

View file

@ -12,6 +12,7 @@ jobs:
image: docker:26.1.2
steps:
- uses: actions/checkout@v4
- run: echo "Building version ${{ github.ref_name }}"
- run: ls -la
- run: docker build -t git.tigor.web.id/tigor/redmage:${{ github.ref_name }} -t git.tigor.web.id/tigor/redmage:latest .