Skip to content

Commit

Permalink
Push deploy image to the correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
garethjevans committed Jul 23, 2021
1 parent bad9bab commit 36dcb90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
with:
context: dockerfiles/autoscaler-deploy
push: true
tags: ${{ steps.test-meta.outputs.tags }}
labels: ${{ steps.test-meta.outputs.labels }}
tags: ${{ steps.deploy-meta.outputs.tags }}
labels: ${{ steps.deploy-meta.outputs.labels }}

0 comments on commit 36dcb90

Please sign in to comment.