Skip to content

Commit

Permalink
github: Disable docker workflow since not pushing to docker hub anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <[email protected]>
  • Loading branch information
stefanberger committed Jan 20, 2025
1 parent cfe93d9 commit 0528ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
workflow_dispatch:
workflow_call:
push:
branches: [ "master" ]
branches: [ "disabled" ]
pull_request:
branches: [ "master" ]
branches: [ "disabled" ]

jobs:

Expand Down

0 comments on commit 0528ac7

Please sign in to comment.