We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547196d commit cdab61dCopy full SHA for cdab61d
1 file changed
.github/workflows/qcom-container-build-and-upload.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Log in to GHCR
52
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
53
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
54
with:
55
registry: ghcr.io
56
username: ${{ github.actor }}
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
85
86
0 commit comments