Indent build block
This commit is contained in:
parent
c58564c590
commit
52f42cefce
@ -26,14 +26,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_TOKEN }}
|
password: ${{ secrets.DOCKER_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: false
|
push: false
|
||||||
tags: |
|
tags: |
|
||||||
dragon-bot/dale-bot:latest
|
dragon-bot/dale-bot:latest
|
||||||
dragon-bot/dale-bot:${{ gitea.run_id }}
|
dragon-bot/dale-bot:${{ gitea.run_id }}
|
||||||
# - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
# - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
# - run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
# - run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
# - name: List files in the repository
|
# - name: List files in the repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user