update workflow to f41
All checks were successful
/ build (push) Successful in 2m5s

This commit is contained in:
mr-boneman 2024-12-05 20:16:06 +01:00
parent 8c9175312e
commit 82cf6ec7a4

View file

@ -5,7 +5,7 @@ jobs:
build: build:
runs-on: docker runs-on: docker
container: container:
image: quay.io/fedora/fedora-minimal:40 image: quay.io/fedora/fedora-minimal:41
steps: steps:
- run: dnf5 install -y nodejs tar xz git buildah podman skopeo just - run: dnf5 install -y nodejs tar xz git buildah podman skopeo just
- uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://code.forgejo.org/actions/checkout@v4
@ -22,4 +22,4 @@ jobs:
- name: log into docker - name: log into docker
run: skopeo login -u ${{ GITHUB.REPOSITORY_OWNER }} -p ${{ SECRETS.PACKAGE_PUSH_KEY }} $DOCKER_REGISTRY run: skopeo login -u ${{ GITHUB.REPOSITORY_OWNER }} -p ${{ SECRETS.PACKAGE_PUSH_KEY }} $DOCKER_REGISTRY
- name: upload image - name: upload image
run: skopeo copy docker-archive:image.tar docker://$DOCKER_REGISTRY/${{ GITHUB.REPOSITORY_OWNER }}/rssmix:latest run: skopeo copy docker-archive:image.tar docker://$DOCKER_REGISTRY/${{ GITHUB.REPOSITORY_OWNER }}/rssmix:latest