commit | 1b3677f31377203b9a91c1f82561c7e364609a1b | [log] [tgz] |
---|---|---|
author | Doroszlai, Attila <6454655+adoroszlai@users.noreply.github.com> | Wed Mar 10 09:42:45 2021 +0100 |
committer | GitHub <noreply@github.com> | Wed Mar 10 09:42:45 2021 +0100 |
tree | 6bbdc4e6afd70f60f7159d2f1738aaecb9785167 | |
parent | d80d9cc4b73d32dc5053cc2f9ebf65c13b17a299 [diff] |
HDDS-4891. Avoid latest/master in Github Actions (#2)
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 @@ 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') .