Skip to content

Commit

Permalink
Merge pull request #32 from g3rhard/renovate/github-actions
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
g3rhard authored Jan 24, 2025
2 parents 5506d52 + f8c0abe commit 702f3a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Set up QEMU
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3

- name: Login to DockerHub
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # 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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # 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@33dfe58bd6a779c49926a82a2c008bab1ca733ee # v1
uses: sarisia/actions-status-discord@8aa2e3c0e53de9c2d03c1ad676f570f2073bca60 # v1
if: always()
with:
title: "Build image on ${{ github.repository }}: ${{ github.workflow }}"
Expand Down

0 comments on commit 702f3a0

Please sign in to comment.