Skip to content

Commit

Permalink
Update build-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMBeat committed Aug 31, 2023
1 parent 8c6c185 commit 27fe457
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ on:
branches: [master]
tags:
- "v*"
#workflow_dispatch:
#Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
deploy:
name: Deploy Images
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 27fe457

Please sign in to comment.