Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy authored Nov 3, 2024
1 parent 39ac547 commit 8c72046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Docker
on:
push:
branches: ["main"]
tags: ["stable"]

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
build:
if: contains(github.event.head_commit.message, 'stable')
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 8c72046

Please sign in to comment.