Skip to content

Commit b9dc320

Browse files
fix bb user
1 parent c854942 commit b9dc320

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build_dockers.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
outputs:
1919
status: ${{ job.status }}
2020
env:
21-
GHCR_TOKEN: ${{ secrets.BB_GHCR_TOKEN }} # ${{ secrets.GHCR_TOKEN }}
22-
IMG: ghcr.io/${{ github.bb-ur }}/umf-ubuntu-${{ matrix.ubuntu-version }}:latest
21+
IMG: ghcr.io/bb-ur/umf-ubuntu-${{ matrix.ubuntu-version }}:latest
2322

2423
steps:
2524
- name: Checkout repository
@@ -31,8 +30,8 @@ jobs:
3130
uses: docker/login-action@30f019fb76bb54d03ec1e716054622be511a13b2 # v3.2.0
3231
with:
3332
registry: ghcr.io
34-
username: ${{ github.bb-ur }} # ${{ github.actor }}
35-
password: ${{ env.BB_GHCR_TOKEN }} # ${{ env.GHCR_TOKEN }}
33+
username: bb-ur
34+
password: ${{ secrets.BB_GHCR_TOKEN }}
3635

3736
- name: Build and push ubuntu-${{ matrix.ubuntu-version }} Docker image
3837
run: |

0 commit comments

Comments
 (0)