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 7d40f8c commit 12a9785Copy full SHA for 12a9785
.github/workflows/continuous-integration.yml
@@ -83,6 +83,11 @@ jobs:
83
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
84
with:
85
persist-credentials: false
86
+ - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
87
+ with:
88
+ registry: ghcr.io
89
+ username: ${{ github.actor }}
90
+ password: ${{ github.token }}
91
- uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # v1.4.3
92
93
disable-repo-tagging: true
0 commit comments