Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
update GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Mar 2, 2023
1 parent 0c1be06 commit 82dc9ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ env:
GHCR_TAG: latest

jobs:

workflow-dispatch:
name: Triggered via Workflow Dispatch?
# only run this step if workflow dispatch triggered
Expand Down Expand Up @@ -62,6 +61,8 @@ jobs:
name: Deploy ghcr.io (Multi-Arch)
needs: [hadolint]
runs-on: ubuntu-latest
permissions:
packages: write
steps:

# Check out our code
Expand Down

0 comments on commit 82dc9ca

Please sign in to comment.