This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git
The following commit(s) were added to refs/heads/master by this push:
new 4f43387 HDDS-8523. Upgrade Github Actions runner to ubuntu-latest
(#17)
4f43387 is described below
commit 4f43387c5d608724df76acd792c45bcea14ac6d3
Author: Galsza <[email protected]>
AuthorDate: Wed May 3 16:13:22 2023 +0200
HDDS-8523. Upgrade Github Actions runner to ubuntu-latest (#17)
---
.github/workflows/build.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 186124f..08072ac 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -19,9 +19,9 @@ on:
jobs:
build:
name: build and deploy
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
steps:
- name: checkout source
uses: actions/checkout@v2
- name: build image
- run: DOCKER_BUILDKIT=1 docker build -t ghcr.io/$(echo
$GITHUB_REPOSITORY | sed 's/docker-//g') .
+ run: DOCKER_BUILDKIT=1 docker build -t ghcr.io/$(echo
$GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]' | sed 's/docker-//g') .
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]