mirror of
https://github.com/eftechcombr/bacula.git
synced 2025-04-19 08:25:09 +00:00
build and publish 13.0.3
This commit is contained in:
parent
95a1b068b1
commit
901c9301f0
@ -1,4 +1,4 @@
|
|||||||
name: Build containers
|
name: Build Bacula
|
||||||
|
|
||||||
# This workflow uses actions that are not certified by GitHub.
|
# This workflow uses actions that are not certified by GitHub.
|
||||||
# They are provided by a third-party and are governed by
|
# They are provided by a third-party and are governed by
|
||||||
@ -9,11 +9,11 @@ on:
|
|||||||
# schedule:
|
# schedule:
|
||||||
# - cron: '26 6 * * *'
|
# - cron: '26 6 * * *'
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "main" ]
|
||||||
# Publish semver tags as releases.
|
# Publish semver tags as releases.
|
||||||
# tags: [ 'v*.*.*' ]
|
# tags: [ 'v*.*.*' ]
|
||||||
#pull_request:
|
#pull_request:
|
||||||
# branches: [ "master" ]
|
# branches: [ "main" ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Use docker.io for Docker Hub if empty
|
# Use docker.io for Docker Hub if empty
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: Build baculum containers
|
name: Build Baculum
|
||||||
|
|
||||||
# This workflow uses actions that are not certified by GitHub.
|
# This workflow uses actions that are not certified by GitHub.
|
||||||
# They are provided by a third-party and are governed by
|
# They are provided by a third-party and are governed by
|
||||||
@ -9,11 +9,11 @@ on:
|
|||||||
# schedule:
|
# schedule:
|
||||||
# - cron: '26 6 * * *'
|
# - cron: '26 6 * * *'
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "main" ]
|
||||||
# Publish semver tags as releases.
|
# Publish semver tags as releases.
|
||||||
# tags: [ 'v*.*.*' ]
|
# tags: [ 'v*.*.*' ]
|
||||||
#pull_request:
|
#pull_request:
|
||||||
# branches: [ "master" ]
|
# branches: [ "main" ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Use docker.io for Docker Hub if empty
|
# Use docker.io for Docker Hub if empty
|
||||||
@ -106,7 +106,7 @@ jobs:
|
|||||||
# against the sigstore community Fulcio instance.
|
# against the sigstore community Fulcio instance.
|
||||||
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
|
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
|
||||||
|
|
||||||
build-catalog:
|
build-web:
|
||||||
|
|
||||||
needs: build-api
|
needs: build-api
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user