From 901c9301f0331c6c7a206d5ad12dc5551b355721 Mon Sep 17 00:00:00 2001 From: Eduardo Fraga Date: Wed, 23 Aug 2023 07:36:06 -0300 Subject: [PATCH] build and publish 13.0.3 --- .github/workflows/bacula-build-and-publish.yml | 6 +++--- .github/workflows/baculum-build-and-publish.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/bacula-build-and-publish.yml b/.github/workflows/bacula-build-and-publish.yml index 93b25e1..dac61bc 100644 --- a/.github/workflows/bacula-build-and-publish.yml +++ b/.github/workflows/bacula-build-and-publish.yml @@ -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 diff --git a/.github/workflows/baculum-build-and-publish.yml b/.github/workflows/baculum-build-and-publish.yml index 6ad4c93..c37c04e 100644 --- a/.github/workflows/baculum-build-and-publish.yml +++ b/.github/workflows/baculum-build-and-publish.yml @@ -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