test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 37s Details

This commit is contained in:
Nicolas CARON 2024-03-06 12:05:37 +01:00
parent ffba1d1cce
commit d84a8594b4
1 changed files with 7 additions and 2 deletions

View File

@ -26,8 +26,13 @@ jobs:
username: ncaron username: ncaron
password: 6744954b4a3a43422e62e8d110f90de527ce094d password: 6744954b4a3a43422e62e8d110f90de527ce094d
# - name: Set up Docker Buildx - name: Start Docker
# uses: docker/setup-buildx-action@v1 run: |
sudo systemctl start docker
sudo systemctl enable docker
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
# - name: Get Gitea Tags # - name: Get Gitea Tags
# id: get_tags # id: get_tags