Skip to content

Commit

Permalink
Merge pull request #25 from g3rhard/renovate/github-actions
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
g3rhard authored Aug 14, 2024
2 parents 0442508 + a6da0e9 commit 5b86cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: echo "DATE=$(date +'%Y.%m.%d')" >> "$GITHUB_ENV"

- name: Build and push
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
with:
context: .
push: true
Expand All @@ -49,7 +49,7 @@ jobs:
title: "Release ${{ env.DATE }}"

- name: Send Discord notification
uses: sarisia/actions-status-discord@e07f00231a481562bfb3d827bfd8ac800b7d2b87 # v1
uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1
if: always()
with:
title: "Build image on ${{ github.repository }}: ${{ github.workflow }}"
Expand Down

0 comments on commit 5b86cd9

Please sign in to comment.