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 3c7360d commit c854942Copy full SHA for c854942
.github/workflows/build_dockers.yml
@@ -19,7 +19,7 @@ jobs:
19
status: ${{ job.status }}
20
env:
21
GHCR_TOKEN: ${{ secrets.BB_GHCR_TOKEN }} # ${{ secrets.GHCR_TOKEN }}
22
- IMG: ghcr.io/${{ github.actor }}/umf-ubuntu-${{ matrix.ubuntu-version }}:latest
+ IMG: ghcr.io/${{ github.bb-ur }}/umf-ubuntu-${{ matrix.ubuntu-version }}:latest
23
24
steps:
25
- name: Checkout repository
0 commit comments