Skip to content

Commit

Permalink
add release note, add workflow on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
anikobartos committed Sep 8, 2023
1 parent b4a5b52 commit 6ef3f24
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ name: Docker Build & Publish
# push:
# branches:
# - main
on: [push]
# on: [push]
on:
push:
tags:
- '*'

env:
REGISTRY: opswat
Expand All @@ -27,9 +31,17 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: ${{ env.IMAGE_NAME }}


- run: echo "tag ${{ steps.meta.outputs.tags }}"
- run: ${{ steps.meta.outputs.tags }}
- run: echo "imagename ${{ env.IMAGE_NAME }}"

- run: echo "TAG ${{ github.ref_name }}"


# - name: Build and push
# uses: docker/build-push-action@v4
# with:
# push: true
# tags: ${{ github.ref_name }}
# build-args: version=${{ github.ref_name }}
9 changes: 9 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Release notes

### 4.4.1.dev1

Date: 8 Sept, 2023

Changed:

- More detailed iocs tag: *network.static* and *network.dynamic* tags based on ioc's origin

0 comments on commit 6ef3f24

Please sign in to comment.