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-testkrb5.git


The following commit(s) were added to refs/heads/master by this push:
     new c079bcd  HDDS-8523. Upgrade Github Actions runner to ubuntu-latest (#7)
c079bcd is described below

commit c079bcd36ae808ba31d8911acaf79c28a23a854f
Author: Galsza <[email protected]>
AuthorDate: Wed May 3 16:31:59 2023 +0200

    HDDS-8523. Upgrade Github Actions runner to ubuntu-latest (#7)
---
 .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 2597714..5bbbbbe 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 build -t ghcr.io/$(echo $GITHUB_REPOSITORY | sed 
's/docker-//g') .
+        run: 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]

Reply via email to