test
This commit is contained in:
@@ -39,6 +39,9 @@ jobs:
|
|||||||
token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
|
token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
|
||||||
ssh-known-hosts: ${{ secrets.SSH_KNOWN_GITEA }}
|
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
|
# # Install the cosign tool except on PR
|
||||||
# # https://github.com/sigstore/cosign-installer
|
# # https://github.com/sigstore/cosign-installer
|
||||||
- name: Install cosign
|
- name: Install cosign
|
||||||
|
|||||||
Reference in New Issue
Block a user