Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar authored Aug 30, 2024
1 parent ca401f2 commit 8fc312c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create and publish a Docker image
.name: Create and publish a Docker image

# This workflow is wrote based on this document: https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions

Expand All @@ -9,7 +9,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
UPDATE_WEBHOOK: ${{ dev.UPDATE_WEBHOOK }}
UPDATE_WEBHOOK: ${{ env.dev.UPDATE_WEBHOOK }}

jobs:
build-and-push-image:
Expand Down

0 comments on commit 8fc312c

Please sign in to comment.