Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Fixed stable image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardomaraschini committed Jul 9, 2021
1 parent 918d741 commit 38febf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
push: true
build-args:
- version: ${{ steps.get_tag.outputs.tag }}
- version: ${{ steps.get_tag.outputs.tag }}
context: ./
file: ./Containerfile
tags: quay.io/tagger/operator:${{ steps.get_tag.outputs.tag }}

0 comments on commit 38febf5

Please sign in to comment.