diff --git a/.github/workflows/build_iso.yml b/.github/workflows/build_iso.yml index 3158b8d..cf3f4e6 100644 --- a/.github/workflows/build_iso.yml +++ b/.github/workflows/build_iso.yml @@ -33,7 +33,7 @@ jobs: id: generate-tag shell: bash run: | - TAG="latest" + TAG="stable" if [[ "${{ github.ref_name }}" == "testing" ]]; then TAG="testing" @@ -73,7 +73,7 @@ jobs: shell: bash run: | set -ex - image="ghcr.io/ublue-os/${{ matrix.image_name }}:${{ steps.generate-tag.outputs.tag }}" + image="ghcr.io/badbl0cks/${{ matrix.image_name }}:${{ steps.generate-tag.outputs.tag }}" # Make temp space TEMP_FLATPAK_INSTALL_DIR=$(mktemp -d -p ${{ github.workspace }} flatpak.XXX) # Get list of refs from directory