This is an automated email from the ASF dual-hosted git repository.
elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-docker-builder.git
The following commit(s) were added to refs/heads/master by this push:
new 1b3677f HDDS-4891. Avoid latest/master in Github Actions (#2)
1b3677f is described below
commit 1b3677f31377203b9a91c1f82561c7e364609a1b
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Mar 10 09:42:45 2021 +0100
HDDS-4891. Avoid latest/master in Github Actions (#2)
---
.github/workflows/build.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 6e74267..2597714 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -22,6 +22,6 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: checkout source
- uses: actions/checkout@master
+ uses: actions/checkout@v2
- name: build image
run: docker build -t ghcr.io/$(echo $GITHUB_REPOSITORY | sed
's/docker-//g') .
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]