feat: workflow finished ?
Some checks failed
Docker build and push / terraform (push) Failing after 13s
Some checks failed
Docker build and push / terraform (push) Failing after 13s
Signed-off-by: Artémis Michelot <artemis.michelot@gmail.com>
This commit is contained in:
@@ -10,16 +10,17 @@ jobs:
|
|||||||
terraform:
|
terraform:
|
||||||
runs-on: ubuntu-dind-noble
|
runs-on: ubuntu-dind-noble
|
||||||
steps:
|
steps:
|
||||||
# - name: Checkout code
|
- name: Checkout code
|
||||||
# uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: ouais
|
- name: Docker login
|
||||||
run: |
|
run: |
|
||||||
docker info
|
|
||||||
docker ps
|
|
||||||
echo "++++++++++++++++++++++++++++++++++++++++"
|
|
||||||
echo "AUTH_TOKEN: ${AUTH_TOKEN}"
|
|
||||||
echo "++++++++++++++++++++++++++++++++++++++++"
|
|
||||||
echo "${AUTH_TOKEN}" | docker login gitea.dotty.fr -u gitea --password-stdin
|
echo "${AUTH_TOKEN}" | docker login gitea.dotty.fr -u gitea --password-stdin
|
||||||
cat ~/.docker/config.json
|
|
||||||
|
|
||||||
|
- name: Docker build
|
||||||
|
run: |
|
||||||
|
docker build . -t gitea.dotty.fr/dotty/freebox_cert_update/freebox_cert_update:latest
|
||||||
|
|
||||||
|
- name: Docker push
|
||||||
|
run: |
|
||||||
|
docker push gitea.dotty.fr/dotty/freebox_cert_update/freebox_cert_update:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user