Skip to content

Commit

Permalink
Merge pull request #11 from jodevsa/test_auto_updating_release_config
Browse files Browse the repository at this point in the history
run on PR
  • Loading branch information
jodevsa committed Mar 15, 2022
2 parents 15739e3 + 75f2e14 commit 1baf9a9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-publish-operator-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ name: Create and publish Wireguard operator

on:
push:
branches: ['main']
branches: [ main ]
pull_request:
branches: [ main ]

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -44,3 +46,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}


- name: update release config
run: echo ${{ steps.meta }}

0 comments on commit 1baf9a9

Please sign in to comment.