Bump docker/build-push-action to v6 (#12)
Reviewed-on: https://gitea.com/gitea/runner-images/pulls/12
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
|||||||
echo IMAGE_REVISION=$(git rev-parse HEAD) | tee -a $GITHUB_OUTPUT
|
echo IMAGE_REVISION=$(git rev-parse HEAD) | tee -a $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Build and push default 22.04
|
- name: Build and push default 22.04
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/ubuntu.dockerfile
|
file: dockerfiles/ubuntu.dockerfile
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
gitea/runner-images:ubuntu-latest
|
gitea/runner-images:ubuntu-latest
|
||||||
|
|
||||||
- name: Build and push default 20.04
|
- name: Build and push default 20.04
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/ubuntu.dockerfile
|
file: dockerfiles/ubuntu.dockerfile
|
||||||
@@ -104,7 +104,7 @@ jobs:
|
|||||||
echo IMAGE_REVISION=$(git rev-parse HEAD) | tee -a $GITHUB_OUTPUT
|
echo IMAGE_REVISION=$(git rev-parse HEAD) | tee -a $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Build and push slim 22.04
|
- name: Build and push slim 22.04
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/ubuntu-slim.dockerfile
|
file: dockerfiles/ubuntu-slim.dockerfile
|
||||||
@@ -125,7 +125,7 @@ jobs:
|
|||||||
gitea/runner-images:ubuntu-latest-slim
|
gitea/runner-images:ubuntu-latest-slim
|
||||||
|
|
||||||
- name: Build and push slim 20.04
|
- name: Build and push slim 20.04
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/ubuntu-slim.dockerfile
|
file: dockerfiles/ubuntu-slim.dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user