Skip to content

Commit

Permalink
fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Jan 17, 2023
1 parent 7a57eea commit be4327a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
if [[ "${{ contains(needs.Resolve_Image_Tag.outputs.image_tag, 'refs/pull/') }}" ]]; then
BRANCH=dev
fi
docker build -f Dockerfile -t tapis/tapisui:"$BRANCH" .
docker build -f Dockerfile -t tapis/tapisui:$BRANCH .
- name: Push_All_Tags
run: docker push --all-tags tapis/tapisui

0 comments on commit be4327a

Please sign in to comment.