We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a74428 commit 20e905cCopy full SHA for 20e905c
2 files changed
.github/workflows/build-docker-image.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
27
- name: Log in to GitHub Container Registry
28
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
+ uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
29
with:
30
registry: ghcr.io
31
username: ${{ github.actor }}
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ permissions:
13
14
jobs:
15
ci:
16
- uses: "WebProject-xyz/.github/.github/workflows/ci.yml@dd521592ebc0c81a37ff1b3ca74973c85c2d0b2a" # main
+ uses: "WebProject-xyz/.github/.github/workflows/ci.yml@62db3a110fb7a4e6d433d5bb1fef18cf95bf4c5a" # main
17
secrets: inherit
18
19
test-matrix: |
0 commit comments