This commit is contained in:
2023-11-18 18:30:00 +01:00
parent bcb440a4cc
commit 91530fdb12

View File

@@ -39,6 +39,8 @@ jobs:
token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
ssh-known-hosts: ${{ secrets.SSH_KNOWN_GITEA }}
- run: sleep 400
- name: Build the Docker image
run: docker build . --file Dockerfile --tag test:$(date +%s)