Skip to content

Commit

Permalink
fixup! DELETE IONOS(ci): split action to build and push to ghcr.io
Browse files Browse the repository at this point in the history
Signed-off-by: Misha M.-Kupriyanov <[email protected]>
  • Loading branch information
printminion-co committed Nov 26, 2024
1 parent 5a22511 commit e2623c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/hidrive-next-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,16 @@ jobs:
echo "DOCKER_IMAGE_TAG=tmp-latest" >> $GITHUB_ENV
fi
- name: downcase REPO
run: |
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
env:
GITHUB_REPOSITORY: ${{ github.repository }}

- name: Build and push Docker image with Kaniko
run: |
/kaniko/executor --build-arg GITHUB_USERNAME=${{ github.actor }} \
/kaniko/executor \
--build-arg GITHUB_USERNAME=${{ github.actor }} \
--build-arg GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
--context . \
--verbosity info \
Expand Down

0 comments on commit e2623c3

Please sign in to comment.