Skip to content

Commit

Permalink
Fixed docker registry in build flow
Browse files Browse the repository at this point in the history
Signed-off-by: Ross <ross@roceb.xyz>
  • Loading branch information
Ross authored and naphelps committed Apr 25, 2024
1 parent 94238c0 commit 87aca6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
strategy:
matrix:
arch: [arm, arm64, amd64]
registry: [hub.docker.com, quay.io, ghcr.io]
registry: [docker.io, quay.io, ghcr.io]
env:
repo: ${{ github.event.repository.name }}
version: ${{ needs.product-metadata.outputs.bao-version }}
Expand Down

0 comments on commit 87aca6e

Please sign in to comment.