Update docker/build-push-action action to v5 (#101)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-12-05 05:10:36 +01:00
committed by GitHub
parent 26c3f93dae
commit becf085a87

View File

@ -63,7 +63,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image to Docker Hub
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64, linux/arm64
@ -71,7 +71,7 @@ jobs:
tags: thelovinator/discord-reminder-bot:latest
- name: Build and push Docker image to GitHub Container Registry
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64, linux/arm64