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 1faf29e commit 51a02c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
UPDATE_WEBHOOK: ${{ vars.UPDATE_WEBHOOK }}


jobs:
build-and-push-image:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -56,4 +55,4 @@ jobs:

- name: Notify via webhook
run: |
curl -XPOST "${{ env.UPDATE_WEBHOOK }}"
curl -XPOST "${{ vars.UPDATE_WEBHOOK }}"

0 comments on commit 51a02c2

Please sign in to comment.