Skip to content

Commit

Permalink
Merge pull request #28 from g3rhard/renovate/github-actions
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
g3rhard authored Oct 12, 2024
2 parents b13bc28 + 1c7dc04 commit d8a506c
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 @@ -15,13 +15,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

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

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # 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@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # 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@ce8cc68e4e626000136b3c702d049a154243e490 # v1
uses: sarisia/actions-status-discord@33dfe58bd6a779c49926a82a2c008bab1ca733ee # v1
if: always()
with:
title: "Build image on ${{ github.repository }}: ${{ github.workflow }}"
Expand Down

0 comments on commit d8a506c

Please sign in to comment.