Skip to content

Commit

Permalink
update build action
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Apr 28, 2024
1 parent 415da26 commit d1f0039
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
ghcr.io/${{ github.repository }}
# generate Docker tags based on the following events/attributes
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch
type=ref,event=pr
type=raw,value=latest,enable={{is_default_branch}}
type=sha
# Build and push Docker image with Buildx (don't push on PR)
Expand All @@ -98,9 +98,9 @@ jobs:
with:
severity: info
username: Koolaider
color: '#ff00aa'
avatarUrl: https://github.githubassets.com/images/modules/logos_page/Octocat.png
description: OH YA ${{ steps.meta.outputs.tags[0] }} has been updated!
color: '#cc0088'
avatarUrl: https://github.com/ilude/koolaider/blob/main/app/images/discord_icon_v1.png?raw=true
description: OH YA The ${{ github.event.repository.name }} image ${{ fromJSON(steps.meta.outputs.json).labels[0] }} has been updated!
details: Based on ${{ github.event.head_commit.url }}
footer: Koolaider became self aware
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit d1f0039

Please sign in to comment.