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 4e4e89f commit e5bd1d1Copy full SHA for e5bd1d1
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Set up Buildx
56
uses: docker/setup-buildx-action@v3
57
- name: Login to GitHub Container Registry
58
- uses: docker/login-action@v3
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
59
with:
60
registry: ghcr.io
61
username: ${{ github.actor }}
@@ -103,7 +103,7 @@ jobs:
103
- name: Checkout
104
uses: actions/checkout@v4
105
106
107
108
109
0 commit comments