about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRuben ten Hove <ruben.tenhove@tno.nl>2022-06-18 02:52:57 +0200
committerRuben ten Hove <ruben.tenhove@tno.nl>2022-06-18 02:52:57 +0200
commitbe79ee70722fc185e6ce651c2071c72016c15792 (patch)
tree1e62b76541c5626e88b73090d43650139c181023
parent4fdd1129f01cc6936f0f79668cdd52e77650718a (diff)
downloadafl++-be79ee70722fc185e6ce651c2071c72016c15792.tar.gz
stable==latest
-rw-r--r--.github/workflows/build_aflplusplus_docker.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/build_aflplusplus_docker.yaml b/.github/workflows/build_aflplusplus_docker.yaml
index b3f82453..ff7bc4da 100644
--- a/.github/workflows/build_aflplusplus_docker.yaml
+++ b/.github/workflows/build_aflplusplus_docker.yaml
@@ -5,8 +5,6 @@ on:
     branches:
     - stable
     - dev
-#    paths:
-#    - Dockerfile
 
 jobs:
   push_to_registry:
@@ -30,11 +28,12 @@ jobs:
         platforms: linux/amd64,linux/arm64
         push: true
         tags: aflplusplus/aflplusplus:${{ github.ref }}
+      if: "${{ github.ref }}" == "dev"
     - name: Publish aflpp dev as latest to Registry
       uses: docker/build-push-action@v2
       with:
         context: .
         platforms: linux/amd64,linux/arm64
         push: true
-        tags: aflplusplus/aflplusplus:latest
-      if: "${{ github.ref }}" == "dev"
+        tags: aflplusplus/aflplusplus:${{ github.ref }},aflplusplus/aflplusplus:latest
+      if: "${{ github.ref }}" == "stable"