Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed Dec 8, 2024
1 parent f00d5db commit 916f21a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ${{ secrets.CNB_DOCKER_REGISTRY }}
username: cnb
password: 34hs1c6a15KgJOVTQ1tGa9AyU3A
username: ${{ secrets.CNB_USERNAME }}
password: ${{ secrets.CNB_TOKEN }}

- name: Build and push Docker images
uses: docker/build-push-action@v4
Expand All @@ -41,4 +41,4 @@ jobs:
push: true
tags: |
${{ secrets.DOCKER_USERNAME }}/goecs:latest
${{ secrets.CNB_DOCKER_REGISTRY }}/${{ github.repository }}:latest
${{ secrets.CNB_DOCKER_REGISTRY }}/${{ github.repository }}:latest

0 comments on commit 916f21a

Please sign in to comment.