We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb77cf5 commit feec6bbCopy full SHA for feec6bb
.github/workflows/container.yml
@@ -61,3 +61,15 @@ jobs:
61
registry: ${{ vars.GREENBONE_REGISTRY }}
62
token: ${{ secrets.GREENBONE_REGISTRY_REPLICATION_TOKEN }}
63
user: ${{ secrets.GREENBONE_REGISTRY_REPLICATION_USER }}
64
+
65
+ automatix:
66
+ name: Update Automatix
67
+ if: ${{ !cancelled() && startsWith(github.ref, 'refs/tags/v') }}
68
+ needs: build
69
+ uses: greenbone/workflows/.github/workflows/automatix-service.yml@main
70
+ with:
71
+ service: openvas-gvm-tools
72
+ url: ${{ vars.GREENBONE_REGISTRY }}/openvas-scan-dev/${{ github.event.repository.name }}
73
+ tag: ${{ github.ref_name }}
74
+ digest: ${{ needs.build.outputs.digest }}
75
+ secrets: inherit
0 commit comments