This commit is contained in:
parent
245a1a0e37
commit
e0a6548b61
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue