Skip to content

Commit

Permalink
Fix pdnssoc-cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
arvchristos committed Sep 11, 2023
1 parent 9e0f7be commit 99c0ba9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
ghcr.io/cern-cert/pdnssoc:${VERSION}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
GO_DNSCOLLECTOR_VERSION:="0.35.0"
SUPERCRONIC_VERSION="v0.2.26"
PDNSSOC_CLI_VERSION="v0.0.2.dev5"
GO_DNSCOLLECTOR_VERSION=0.35.0
SUPERCRONIC_VERSION=v0.2.26
PDNSSOC_CLI_VERSION=0.0.2.dev5
6 changes: 3 additions & 3 deletions .github/workflows/release_rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
ghcr.io/cern-cert/pdnssoc:edge
labels: ${{ steps.meta.outputs.labels }}
build-args: |
GO_DNSCOLLECTOR_VERSION:="0.35.0"
SUPERCRONIC_VERSION="v0.2.26"
PDNSSOC_CLI_VERSION="v0.0.2.dev5"
GO_DNSCOLLECTOR_VERSION=0.35.0
SUPERCRONIC_VERSION=v0.2.26
PDNSSOC_CLI_VERSION=0.0.2.dev5

0 comments on commit 99c0ba9

Please sign in to comment.