This commit is contained in:
parent
8c9175312e
commit
82cf6ec7a4
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: quay.io/fedora/fedora-minimal:40
|
||||
image: quay.io/fedora/fedora-minimal:41
|
||||
steps:
|
||||
- run: dnf5 install -y nodejs tar xz git buildah podman skopeo just
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
|
|
@ -22,4 +22,4 @@ jobs:
|
|||
- name: log into docker
|
||||
run: skopeo login -u ${{ GITHUB.REPOSITORY_OWNER }} -p ${{ SECRETS.PACKAGE_PUSH_KEY }} $DOCKER_REGISTRY
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue