Skip to content

Commit

Permalink
Merge pull request #50 from deNBI/dev
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
dweinholz authored Dec 18, 2024
2 parents 64ff381 + 0489c12 commit 6451505
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish Docker
on:
workflow_dispatch:
on: pull_request
push:
branches:
- 'main'
Expand Down Expand Up @@ -84,4 +85,4 @@ jobs:
context: ${{matrix.type}}
push: true
build-args: BASE_TAG
tags: quay.io/denbicloud/cron-backup:${{matrix.type}}-${{ steps.tag.outputs.TAG }}
tags: quay.io/denbicloud/cron-backup:${{matrix.type}}-${{ steps.tag.outputs.TAG }}

0 comments on commit 6451505

Please sign in to comment.