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 f4e10d0 commit b799d12Copy full SHA for b799d12
.github/workflows/build-master.yml
@@ -27,7 +27,7 @@ jobs:
27
options: --privileged
28
29
steps:
30
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
31
32
- name: Log in to registry
33
run: echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
.github/workflows/build.yml
0 commit comments