This commit is contained in:
@@ -12,8 +12,9 @@ jobs:
|
|||||||
build-and-publish:
|
build-and-publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: set
|
- run: env
|
||||||
- run: echo "${DOCKER_HOST}"
|
- run: echo "${DOCKER_HOST}"
|
||||||
|
- run: sleep 300
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
@@ -38,5 +39,3 @@ jobs:
|
|||||||
push: ${{github.event_name != 'pull_request'}}
|
push: ${{github.event_name != 'pull_request'}}
|
||||||
tags: ${{steps.meta.outputs.tags}}
|
tags: ${{steps.meta.outputs.tags}}
|
||||||
labels: ${{steps.meta.outputs.labels}}
|
labels: ${{steps.meta.outputs.labels}}
|
||||||
env:
|
|
||||||
DOCKER_HOST: ${DOCKER_HOST}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user