Skip to content

Commit

Permalink
Update build_container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonking3 authored Mar 16, 2023
1 parent 5fed7de commit af330df
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,13 @@ jobs:
with:
context: .
push: true
tags: ${{ env.TAG }}
tags: ${{ env.TAG }}
if: ${{ ! inputs.tag }}

- name: Push Container
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: ghcr.io/${{ github.repository }}:${{ inputs.tag }}
if: ${{ inputs.tag }}

0 comments on commit af330df

Please sign in to comment.