mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-03 05:16:24 +00:00
build(deps): bump docker/build-push-action from 2.7.0 to 2.8.0 (#1300)
This commit is contained in:
4
.github/workflows/build-multiarch.yml
vendored
4
.github/workflows/build-multiarch.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Build for test
|
||||
uses: docker/build-push-action@v2.7.0
|
||||
uses: docker/build-push-action@v2.8.0
|
||||
if: github.ref_name == 'master' || startsWith(github.ref_name, 'test/')
|
||||
with:
|
||||
context: .
|
||||
@@ -77,7 +77,7 @@ jobs:
|
||||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2.7.0
|
||||
uses: docker/build-push-action@v2.8.0
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
|
||||
Reference in New Issue
Block a user