mirror of
https://github.com/TwiN/gatus.git
synced 2025-02-22 05:01:14 +01:00
ci: Bump docker/build-push-action to v3 and add "stable" tag
This commit is contained in:
parent
00b56ecefd
commit
02879e2645
5
.github/workflows/publish-release.yml
vendored
5
.github/workflows/publish-release.yml
vendored
@ -23,10 +23,9 @@ jobs:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Build and push docker image
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
|
||||
pull: true
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }}
|
||||
tags: ${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }},${{ env.IMAGE_REPOSITORY }}:stable
|
||||
|
Loading…
Reference in New Issue
Block a user