Skip to content

Commit

Permalink
ci naming
Browse files Browse the repository at this point in the history
  • Loading branch information
majodev committed Oct 6, 2023
1 parent c319705 commit 89187bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images
name: Create and publish gwfh
name: Create, publish and deploy gwfh

on:
push:
Expand All @@ -13,7 +13,7 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
build-and-push-image:
build-publish-deploy:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 89187bd

Please sign in to comment.