Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
fix: repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Apr 6, 2024
1 parent a27a195 commit 9235ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: ghcr.io/nyawork/elk:latest
tags: ghcr.io/${{ github.repository }}:latest

- name: Send success webhook
run: curl ${{ secrets.DOCKER_BUILD_SUCCESS_WEBHOOK }}?subject=elk

0 comments on commit 9235ec5

Please sign in to comment.