Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AttackingOrDefending authored May 8, 2024
1 parent 0a8d8df commit 388427b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ on:
workflows: [Versioning]
types:
- completed
push:
branches: [ docker_test ]

env:
GB_REGISTRY: ghcr.io

jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 388427b

Please sign in to comment.