Skip to content

Commit

Permalink
devops: adding back in the proper git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Oct 3, 2023
1 parent b9cb3ff commit 45a2bac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
context: search/
file: ./search/Dockerfile
push: true
tags: arguflow/search:latest
tags: arguflow/search:latest,arguflow/search:${{ env.sha_short }}
labels: ${{ steps.meta.outputs.labels }}

build_chat:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
context: chat/
file: ./chat/Dockerfile
push: true
tags: arguflow/chat:latest
tags: arguflow/chat:latest,arguflow/chat:${{ env.sha_short }}
labels: ${{ steps.meta.outputs.labels }}

build_server:
Expand Down Expand Up @@ -110,5 +110,5 @@ jobs:
context: server/
file: ./server/Dockerfile
push: true
tags: arguflow/server:latest
tags: arguflow/server:latest,arguflow/server:${{ env.sha_short }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 45a2bac

Please sign in to comment.