diff options
-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: . |