Skip to content

Commit

Permalink
better naming in action
Browse files Browse the repository at this point in the history
  • Loading branch information
linozen committed Dec 14, 2021
1 parent 4a69781 commit 564a2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/snv-berlin/streamlit-guardint
images: ${{ env.REGISTRY }}/snv-berlin/streamlit
tags: |
type=sha
type=ref,event=branch
type=schedule,pattern={{date 'YYYYMMDD'}}
- name: Build and push Docker image for front
- name: Build and push Docker image for streamlit
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
Expand Down

0 comments on commit 564a2d5

Please sign in to comment.