Skip to content

Commit

Permalink
tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TimofeyTst committed Oct 8, 2023
1 parent ad28420 commit bdc8057
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ secrets.DOCKERHUB_USERNAME }}/eat-place
tags: "web_ui"
tags: |
type=ref,pattern="web_ui_{{branch}}"
- name: ECHO TAGS & LABELS
run: |
Expand Down

0 comments on commit bdc8057

Please sign in to comment.