Aktualizovat .gitea / workflows /build.yml

This commit is contained in:
Radim Lipovčan 2023-12-01 14:21:45 +01:00
parent 8b4c63a9be
commit a797bf44f5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
apt-get update && apt-get install docker.io -y
- name: Build | Show repository
run: |
ls -lah
ls -lah
- name: Docker | Build image and login to Docker Hub with publication
run: |
echo "${{ secrets.DOCKERHUB_GITEA_TOKEN }}" | docker login -u ownercz --password-stdin