Skip to content

Commit

Permalink
build: replace mirrored images from docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds committed May 30, 2024
1 parent 072b296 commit a874577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_debian_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ${{ env.image_url_base }}
registry: "ghcr.io/${{ github.repository_owner }}"
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.ROBOT_GITHUB_PACKAGES_WRITE_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit a874577

Please sign in to comment.