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 3acd68b commit cfb1f40Copy full SHA for cfb1f40
1 file changed
.depot/workflows/cicd.yml
@@ -51,6 +51,7 @@ jobs:
51
docker:
52
needs: [ci]
53
runs-on: depot-ubuntu-24.04
54
+ environment: ${{ github.ref == 'refs/heads/main' && 'image-registry' || '' }}
55
permissions:
56
contents: read
57
packages: write
@@ -72,8 +73,8 @@ jobs:
72
73
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
74
with:
75
registry: ghcr.io
- username: ${{ github.actor }}
76
- password: ${{ secrets.GITHUB_TOKEN }}
+ username: beeequeue
77
+ password: ${{ secrets.GH_REGISTRY_TOKEN }}
78
79
- name: Build and maybe Push Docker image
80
uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.18.0
0 commit comments