Skip to content

Commit

Permalink
Merge pull request #5 from groenator/update-action
Browse files Browse the repository at this point in the history
fix(github): updating the pipeline to build on master
  • Loading branch information
groenator authored Mar 12, 2024
2 parents 88d449f + 7aa3e12 commit 7a51818
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ name: Docker
# documentation.

on:
schedule:
- cron: '43 23 * * *'
push:
branches-ignore: [ "*" ]
branches: [ "master" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "master" ]
Expand Down Expand Up @@ -38,6 +41,8 @@ jobs:
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
with:
cosign-release: 'v2.1.1'

# Set up BuildKit Docker container builder to be able to build
# multi-platform images and export cache
Expand Down

0 comments on commit 7a51818

Please sign in to comment.