Skip to content

Commit

Permalink
build-rootfs: remove git.kreato.dev for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Jun 12, 2024
1 parent 02348ed commit ef7e116
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-rootfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ jobs:
- name: Login to GitHub and Forgejo Packages
run: |
echo $CR_PAT | docker login ghcr.io -u kreatolinux --password-stdin
echo $FORGEJO_KEY | docker login git.kreato.dev -u kreato --password-stdin
#echo $FORGEJO_KEY | docker login git.kreato.dev -u kreato --password-stdin
env:
CR_PAT: ${{ secrets.CR_PAT }}
FORGEJO_KEY: ${{ secrets.FORGEJO_KEY }}
#FORGEJO_KEY: ${{ secrets.FORGEJO_KEY }}

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand All @@ -158,7 +158,7 @@ jobs:
with:
context: /tmp/docker.tmp
push: true
tags: kreato/builder:latest,ghcr.io/kreatolinux/builder:latest #,git.kreato.dev/kreatolinux/builder:latest
tags: kreato/builder:latest ,ghcr.io/kreatolinux/builder:latest #,git.kreato.dev/kreatolinux/builder:latest

- name: Remove builder image
run: |
Expand Down

0 comments on commit ef7e116

Please sign in to comment.