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.
|
||||
# They are provided by a third-party and are governed by
|
||||
@ -9,11 +9,11 @@ on:
|
||||
# schedule:
|
||||
# - cron: '26 6 * * *'
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
branches: [ "main" ]
|
||||
# Publish semver tags as releases.
|
||||
# tags: [ 'v*.*.*' ]
|
||||
#pull_request:
|
||||
# branches: [ "master" ]
|
||||
# branches: [ "main" ]
|
||||
|
||||
env:
|
||||
# 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.
|
||||
# They are provided by a third-party and are governed by
|
||||
@ -9,11 +9,11 @@ on:
|
||||
# schedule:
|
||||
# - cron: '26 6 * * *'
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
branches: [ "main" ]
|
||||
# Publish semver tags as releases.
|
||||
# tags: [ 'v*.*.*' ]
|
||||
#pull_request:
|
||||
# branches: [ "master" ]
|
||||
# branches: [ "main" ]
|
||||
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
@ -106,7 +106,7 @@ jobs:
|
||||
# against the sigstore community Fulcio instance.
|
||||
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
|
||||
|
||||
build-catalog:
|
||||
build-web:
|
||||
|
||||
needs: build-api
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user