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 c854942 commit b9dc320Copy full SHA for b9dc320
.github/workflows/build_dockers.yml
@@ -18,8 +18,7 @@ jobs:
18
outputs:
19
status: ${{ job.status }}
20
env:
21
- GHCR_TOKEN: ${{ secrets.BB_GHCR_TOKEN }} # ${{ secrets.GHCR_TOKEN }}
22
- IMG: ghcr.io/${{ github.bb-ur }}/umf-ubuntu-${{ matrix.ubuntu-version }}:latest
+ IMG: ghcr.io/bb-ur/umf-ubuntu-${{ matrix.ubuntu-version }}:latest
23
24
steps:
25
- name: Checkout repository
@@ -31,8 +30,8 @@ jobs:
31
30
uses: docker/login-action@30f019fb76bb54d03ec1e716054622be511a13b2 # v3.2.0
32
with:
33
registry: ghcr.io
34
- username: ${{ github.bb-ur }} # ${{ github.actor }}
35
- password: ${{ env.BB_GHCR_TOKEN }} # ${{ env.GHCR_TOKEN }}
+ username: bb-ur
+ password: ${{ secrets.BB_GHCR_TOKEN }}
36
37
- name: Build and push ubuntu-${{ matrix.ubuntu-version }} Docker image
38
run: |
0 commit comments