Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Dec 18, 2024
1 parent 64ff381 commit 0489c12
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 0489c12

Please sign in to comment.