Signed-off-by: Artémis Michelot <artemis.michelot@gmail.com>
This commit is contained in:
22
.gitea/workflows/main.yaml
Normal file
22
.gitea/workflows/main.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
name: Docker build and push
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
env:
|
||||
TOKEN: ${{ secrets.GRANT_ALL }}
|
||||
|
||||
jobs:
|
||||
terraform:
|
||||
runs-on: ubuntu-dind-noble
|
||||
steps:
|
||||
# - name: Checkout code
|
||||
# uses: actions/checkout@v4
|
||||
|
||||
- name: ouais
|
||||
run: |
|
||||
docker info
|
||||
docker ps
|
||||
docker login -u gitea -p "${TOKEN}"
|
||||
cat ~/.docker/config.json
|
||||
|
||||
Reference in New Issue
Block a user