mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-12 17:06:24 +02:00
Skip publishing Docker manifest when not main/dev
This commit is contained in:
parent
5231ba08d8
commit
7b27ef3eb5
1 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -288,7 +288,7 @@ jobs:
|
|||
name: Create and Push Docker Manifest
|
||||
runs-on: ubuntu-latest
|
||||
needs: build-oci
|
||||
|
||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
|
||||
steps:
|
||||
- name: Download OCI Images Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue