Skip to content

Commit

Permalink
Also tag Docker image with "zeek:latest" on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ckreibich committed Nov 17, 2021
1 parent 425c603 commit 90d8f32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest
env:
TEST_TAG: zeek:latest
PUSH_TAG: zeek:latest
CONFFLAGS: --generator=Ninja --build-type=Release
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
push: true
tags: |
zeekurity/${{ steps.target.outputs.tag }}
zeekurity/${{ env.PUSH_TAG }}
- name: Preserve artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 90d8f32

Please sign in to comment.