workflow: removed ls -la statement
Some checks failed
/ push (push) Has been cancelled

This commit is contained in:
Tigor Hutasuhut 2024-05-12 11:09:00 +07:00
parent 26fe51e6ed
commit 5b01db37c8

View file

@ -12,6 +12,5 @@ jobs:
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 .
- run: docker image push --all-tags git.tigor.web.id/tigor/redmage