From bcb440a4cc8503e00ac60c7c49a7badc8fd4fffa Mon Sep 17 00:00:00 2001 From: staffadmin Date: Sat, 18 Nov 2023 18:27:17 +0100 Subject: [PATCH] test --- .gitea/workflows/build_image.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build_image.yaml b/.gitea/workflows/build_image.yaml index 2465c53..3fd4b9f 100644 --- a/.gitea/workflows/build_image.yaml +++ b/.gitea/workflows/build_image.yaml @@ -39,6 +39,9 @@ jobs: token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT ssh-known-hosts: ${{ secrets.SSH_KNOWN_GITEA }} + - name: Build the Docker image + run: docker build . --file Dockerfile --tag test:$(date +%s) + # # Install the cosign tool except on PR # # https://github.com/sigstore/cosign-installer - name: Install cosign