Skip to content

Commit

Permalink
missing ref in ci docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Dec 31, 2022
1 parent f3f4bd6 commit 99ab3bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build.yml
Expand Up @@ -42,6 +42,7 @@ jobs:
GITHUB_SHA: ${{ github.sha}}
GITHUB_REF: ${{ github.ref}}
run: |
ref="$(echo ${GITHUB_REF} | cut -d'/' -f3)"
echo ${GITHUB_PACKAGE_TOKEN} | docker login ghcr.io -u ${USERNAME} --password-stdin
echo ${DOCKER_HUB_TOKEN} | docker login -u ${DOCKER_HUB_USER} --password-stdin
docker buildx build --push \
Expand Down

0 comments on commit 99ab3bf

Please sign in to comment.