Skip to content

Commit

Permalink
fix: also use new envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fovty committed Apr 18, 2024
1 parent 4192efa commit 3031889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
mtr.devops.telekom.de/caas/py-kube-downscaler
ghcr.io/caas-team/py-kube-downscaler
tags: |
${{ steps.set-tag.outputs.tag1 }}
${{ steps.set-tag.outputs.tag2 }}
${{ env.TAG1 }}
${{ env.TAG2 }}
- name: Install Cosign
uses: sigstore/cosign-installer@main
Expand Down

0 comments on commit 3031889

Please sign in to comment.