asahi-cosmic: add gvfs-mtp package
Some checks failed
Build containers / Build and push image (push) Failing after 3m45s
Some checks failed
Build containers / Build and push image (push) Failing after 3m45s
This commit is contained in:
@@ -49,6 +49,10 @@ jobs:
|
||||
run: |
|
||||
sudo -E ./builder.sh "${IMAGE}" "${VERSION}"
|
||||
|
||||
- name: Generate changelog
|
||||
run: |
|
||||
./changelog.sh "${IMAGE}" "${VERSION}"
|
||||
|
||||
- name: Build and push OCI image from rootfs
|
||||
run: |
|
||||
set -xeuo pipefail
|
||||
@@ -95,10 +99,6 @@ jobs:
|
||||
containers-storage:localhost/${IMAGE}:${full_tag} \
|
||||
docker://${REGISTRY}/${IMAGE}:${VERSION}
|
||||
|
||||
- name: Generate changelog
|
||||
run: |
|
||||
./changelog.sh "${IMAGE}" "${VERSION}"
|
||||
|
||||
- name: Commit and push changelog
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user