diff options
author | Ruben ten Hove <ruben.tenhove@tno.nl> | 2022-06-18 02:55:27 +0200 |
---|---|---|
committer | Ruben ten Hove <ruben.tenhove@tno.nl> | 2022-06-18 02:55:27 +0200 |
commit | 74f70d0c74b0ddd631ede19069106cd29f0c4aad (patch) | |
tree | fe378f208d972e9abd7decdbc8c364477dca4088 | |
parent | be79ee70722fc185e6ce651c2071c72016c15792 (diff) | |
download | afl++-74f70d0c74b0ddd631ede19069106cd29f0c4aad.tar.gz |
update name
-rw-r--r-- | .github/workflows/build_aflplusplus_docker.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_aflplusplus_docker.yaml b/.github/workflows/build_aflplusplus_docker.yaml index ff7bc4da..a26f31d2 100644 --- a/.github/workflows/build_aflplusplus_docker.yaml +++ b/.github/workflows/build_aflplusplus_docker.yaml @@ -29,7 +29,7 @@ jobs: push: true tags: aflplusplus/aflplusplus:${{ github.ref }} if: "${{ github.ref }}" == "dev" - - name: Publish aflpp dev as latest to Registry + - name: Publish aflpp ${{ github.ref }} and latest to Registry uses: docker/build-push-action@v2 with: context: . |