Skip to content

Commit

Permalink
Fix tag extraction in dockerhub CD (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuchenb authored Aug 13, 2024
1 parent cffd7e9 commit 1d68363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
checkout: "false"
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
tag: "${{ steps.docker-tag.outputs.tag }}"
tag: "${{ steps.extract-service-version.outputs.version }}"
trivy_severity: "CRITICAL"
flavor: "${{ matrix.flavor }}"
working_directory: "services/${{ matrix.service }}"

0 comments on commit 1d68363

Please sign in to comment.