mirror of https://github.com/pyodide/pyodide.git
Bump docker/build-push-action from 5 to 6 in the github-actions group (#4884)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bd28205663
commit
8fb0badfe5
|
@ -45,7 +45,7 @@ jobs:
|
||||||
echo "::set-output name=tag::$TAG"
|
echo "::set-output name=tag::$TAG"
|
||||||
- name: Build and push Docker image to Docker Hub
|
- name: Build and push Docker image to Docker Hub
|
||||||
id: build
|
id: build
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
|
@ -83,7 +83,7 @@ jobs:
|
||||||
echo "::set-output name=tag::$TAG"
|
echo "::set-output name=tag::$TAG"
|
||||||
- name: Build and push Docker image to ${{ env.GHCR_REGISTRY }}
|
- name: Build and push Docker image to ${{ env.GHCR_REGISTRY }}
|
||||||
id: build
|
id: build
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Reference in New Issue