File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 docker build . --file ${{ matrix.version }}/${{ matrix.os }}/Dockerfile --tag $IMAGE_ID:${{ matrix.version }}-${{ matrix.os }}
4242
4343 - name : Log into GitHub Container Registry
44- run : echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
44+ run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
4545
4646 - name : Push image to GitHub Container Registry
4747 run : |
6767 docker build . --file $LATEST_VERSION/debian/Dockerfile --tag $IMAGE_ID:${{ matrix.os }}
6868
6969 - name : Log into GitHub Container Registry
70- run : echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
70+ run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
7171
7272 - name : Push image to GitHub Container Registry
7373 run : |
8989 docker build . --file ${{ matrix.version }}/debian/Dockerfile --tag $IMAGE_ID:${{ matrix.version }}
9090
9191 - name : Log into GitHub Container Registry
92- run : echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
92+ run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
9393
9494 - name : Push image to GitHub Container Registry
9595 run : |
@@ -112,7 +112,7 @@ jobs:
112112 docker build . --file $LATEST_VERSION/debian/Dockerfile --tag $IMAGE_ID:latest
113113
114114 - name : Log into GitHub Container Registry
115- run : echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
115+ run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
116116
117117 - name : Push image to GitHub Container Registry
118118 run : |
You can’t perform that action at this time.
0 commit comments