Skip to content

Commit

Permalink
Quick fix multiple tags syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ko committed Feb 14, 2024
1 parent eee9858 commit 86654ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ jobs:
uses: docker/[email protected]
with:
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v6,linux/arm/v7
tags: bl4ko/netbox-ssot:latest, bl4ko/netbox-ssot:$GITHUB_REF_NAME
tags: |
bl4ko/netbox-ssot:latest
bl4ko/netbox-ssot:${{ github.ref_name }}
push: true
5 changes: 4 additions & 1 deletion .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: gitleaks
on: [pull_request, push, workflow_dispatch]
on:
pull_request:
branches:
- main
jobs:
scan:
name: gitleaks
Expand Down

0 comments on commit 86654ab

Please sign in to comment.