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:
|
||||
runs-on: ubuntu-dind-noble
|
||||
steps:
|
||||
# - name: Checkout code
|
||||
# uses: actions/checkout@v4
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: ouais
|
||||
- name: Docker login
|
||||
run: |
|
||||
docker info
|
||||
docker ps
|
||||
echo "++++++++++++++++++++++++++++++++++++++++"
|
||||
echo "AUTH_TOKEN: ${AUTH_TOKEN}"
|
||||
echo "++++++++++++++++++++++++++++++++++++++++"
|
||||
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