build and publish 13.0.3

This commit is contained in:
Eduardo Fraga 2023-08-23 07:36:06 -03:00
parent 95a1b068b1
commit 901c9301f0
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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