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 591f4c6 commit c635580Copy full SHA for c635580
.github/workflows/reusable_dockers_build.yml
@@ -31,7 +31,7 @@ jobs:
31
# Login and push require login/pass to GHCR - omit these steps on forks
32
- name: Login to GitHub Container Registry
33
if: ${{ github.event_name != 'pull_request' && github.repository == 'oneapi-src/unified-memory-framework' }}
34
- uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 # v3.2.0
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
35
with:
36
registry: ghcr.io
37
username: bb-ur
0 commit comments