Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sync-images/build/build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -e
# shellcheck disable=SC2034
WORKDIR=$(mktemp -td tox.XXXXXXXXXX)

podman login -u ${DOCKER_HUB_USERNAME} -p ${DOCKER_HUB_PASSWORD} docker.io

cat << EOF > ./sync.yml
docker.io:
images-by-semver:
Expand Down
2 changes: 1 addition & 1 deletion sync-images/config/definitions/sync-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
username: DEST_USERNAME
password: DEST_PASSWORD
- username-password-separated:
credential-id: nizamial09-dockerhub
credential-id: dgalloway-docker-hub
username: DOCKER_HUB_USERNAME
password: DOCKER_HUB_PASSWORD