flake reorg

This commit is contained in:
Robin Appelman 2025-06-09 19:17:56 +02:00
commit d45986553f
7 changed files with 86 additions and 61 deletions

View file

@ -39,4 +39,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: docker-hub-rss
path: target/x86_64-unknown-linux-musl/release/docker-hub-rss
path: target/x86_64-unknown-linux-musl/release/docker-hub-rss

View file

@ -3,10 +3,10 @@ name: docker-build
on:
push:
branches:
- 'master'
- 'main'
- "master"
- "main"
repository_dispatch:
types: [ build ]
types: [build]
jobs:
docker:
@ -26,4 +26,4 @@ jobs:
push: true
tags: icewind1991/docker-hub-rss:latest
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}