fix: füge ls-Befehl zur Ausgabe der Verzeichnisinhalte hinzu
This commit is contained in:
@@ -61,6 +61,8 @@ jobs:
|
||||
username = "${{ secrets.DOCKER_USERNAME }}"
|
||||
password = "${{ secrets.DOCKER_PASSWORD }}"
|
||||
|
||||
- run: ls -lha
|
||||
|
||||
- name: Build and Push Docker latest Image
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
uses: docker/build-push-action@v6
|
||||
|
||||
Reference in New Issue
Block a user