We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253d6ae commit b3b261cCopy full SHA for b3b261c
.github/workflows/main-ci.yml
@@ -26,11 +26,10 @@ jobs:
26
packages: write
27
pull-requests: read
28
secrets:
29
- oci-registry-password: ${{ secrets.DOCKERHUB_REGISTRY_PASSWORD }}
+ oci-registry-password: ${{ secrets.GITHUB_TOKEN }}
30
with:
31
runs-on: '["self-hosted"]'
32
- oci-registry: "docker.io/webofmars"
33
- oci-registry-username: ${{ vars.DOCKERHUB_REGISTRY_USERNAME }}
+ oci-registry: "ghcr.io"
34
images: |
35
[{
36
"name": "app",
0 commit comments