Skip to content

Commit

Permalink
chore(ci): Rename Docker Publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Jan 4, 2025
1 parent 0eca587 commit 562874f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ permissions:
packages: write

jobs:
publish-stable:
name: Docker Publish
publish-tag:
name: Docker Publish Tag
runs-on: ubuntu-latest
if: ${{ github.ref != 'refs/heads/master' && !contains(github.ref, '-') }}
steps:
Expand Down

0 comments on commit 562874f

Please sign in to comment.