Upgrade docker/build-push-action from v4 to v5.
This commit is contained in:
parent
2cce722769
commit
dc393fd5e7
3 changed files with 3 additions and 3 deletions
2
.github/workflows/mariadb.yml
vendored
2
.github/workflows/mariadb.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
username: matthewbaggett
|
||||
password: ${{ secrets.GHCR_PASSWORD }}
|
||||
|
||||
- uses: docker/build-push-action@v4
|
||||
- uses: docker/build-push-action@v5
|
||||
name: Build & Push
|
||||
with:
|
||||
context: mariadb
|
||||
|
|
|
|||
2
.github/workflows/mqtt.yml
vendored
2
.github/workflows/mqtt.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
username: matthewbaggett
|
||||
password: ${{ secrets.GHCR_PASSWORD }}
|
||||
|
||||
- uses: docker/build-push-action@v4
|
||||
- uses: docker/build-push-action@v5
|
||||
name: Build & Push
|
||||
with:
|
||||
context: mqtt
|
||||
|
|
|
|||
2
.github/workflows/postgres.yml
vendored
2
.github/workflows/postgres.yml
vendored
|
|
@ -97,7 +97,7 @@ jobs:
|
|||
type=raw,value=${{ matrix.version }}${{ matrix.alpine }},enable=true
|
||||
|
||||
- name: "Docker: Build & Push"
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: postgres
|
||||
platforms: ${{ env.ACT && 'linux/amd64' || 'linux/amd64,linux/arm64' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue