mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
add tagged releases
This commit is contained in:
10
.github/workflows/build_aflplusplus_docker.yaml
vendored
10
.github/workflows/build_aflplusplus_docker.yaml
vendored
@ -5,6 +5,8 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- stable
|
- stable
|
||||||
- dev
|
- dev
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
@ -37,3 +39,11 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: aflplusplus/aflplusplus:${{ github.ref_name }},aflplusplus/aflplusplus:latest
|
tags: aflplusplus/aflplusplus:${{ github.ref_name }},aflplusplus/aflplusplus:latest
|
||||||
if: ${{ github.ref_name == 'stable' }}
|
if: ${{ github.ref_name == 'stable' }}
|
||||||
|
- name: Publish tagged release to docker.io registry
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
with:
|
||||||
|
context: .
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
|
push: true
|
||||||
|
tags: aflplusplus/aflplusplus:${{ github.ref_name }}
|
||||||
|
if: ${{ github.ref_type == 'tag' }}
|
||||||
|
Reference in New Issue
Block a user