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 7e62437 commit 7ba9006Copy full SHA for 7ba9006
.github/workflows/build.yaml
@@ -14,16 +14,16 @@ jobs:
14
id-token: write
15
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
18
- name: Log in to the Container registry
19
- uses: docker/login-action@v3
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
20
with:
21
registry: ghcr.io
22
username: ${{ github.actor }}
23
password: ${{ secrets.GITHUB_TOKEN }}
24
- name: Build and push Docker image
25
id: push
26
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
27
28
push: true
29
tags: ghcr.io/${{github.repository}}:latest
0 commit comments