Skip to content

Commit

Permalink
Merge pull request #22 from g3rhard/renovate/github-actions
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
g3rhard authored Jul 15, 2024
2 parents 80d139b + f6a4a5a commit 210c199
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Set up QEMU
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3
uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3

- name: Login to DockerHub
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
Expand All @@ -33,7 +33,7 @@ jobs:
run: echo "DATE=$(date +'%Y.%m.%d')" >> "$GITHUB_ENV"

- name: Build and push
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # 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@609229a5cc8b81e6de55f63e6cdd5e171a3c1895 # v1
uses: sarisia/actions-status-discord@448a59224349c2bf9611e68b88787f2b0011965f # v1
if: always()
with:
title: "Build image on ${{ github.repository }}: ${{ github.workflow }}"
Expand Down

0 comments on commit 210c199

Please sign in to comment.