Skip to content

Commit

Permalink
Rename build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-herrmann committed Jan 30, 2025
1 parent 4a96ec3 commit e31c309
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy v0.1.x Docker Image
name: Build and Deploy Docker Image

on:
push:
Expand Down Expand Up @@ -44,4 +44,3 @@ jobs:
run: |
docker tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG_NAME }}
docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG_NAME }}

0 comments on commit e31c309

Please sign in to comment.