Compare commits
No commits in common. "2f42287b09431d9bd9d506b72d57590f788699eb" and "e8cab566ebdbbfcda5be50ca1f55305205d2ba49" have entirely different histories.
2f42287b09
...
e8cab566eb
|
|
@ -4,8 +4,11 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
|
# Variables globales appliquées automatiquement à toutes les étapes
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://localhost:2375
|
DOCKER_HOST: tcp://localhost:2376
|
||||||
|
DOCKER_CERT_PATH: /certs/client
|
||||||
|
DOCKER_TLS_VERIFY: "1"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-runner:
|
build-and-push-runner:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue