Skip to content

Commit

Permalink
sad
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jul 20, 2023
1 parent a6989ca commit 6685e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_prod.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Release to production"
name: "Release"
on:
push:

Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.IMAGE }}:${{ git.sha }}
tags: ${{ env.IMAGE }}:${{ github.sha }}

0 comments on commit 6685e23

Please sign in to comment.