Skip to content

Commit

Permalink
ci: change latest image format (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity authored Aug 1, 2024
1 parent 5196c1e commit f14a9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vultr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
- name: Push Image to Registry
run: |-
docker image push trueagi/openfaas:${{ env.FUNCTION_NAME }}-${{ env.FUNCTION_VERSION }}
docker image tag trueagi/openfaas:${{ env.FUNCTION_NAME }}-${{ env.FUNCTION_VERSION }} trueagi/openfaas:latest-${{ env.FUNCTION_NAME }}
docker image push trueagi/openfaas:latest-${{ env.FUNCTION_NAME }}
docker image tag trueagi/openfaas:${{ env.FUNCTION_NAME }}-${{ env.FUNCTION_VERSION }} trueagi/openfaas:${{ env.FUNCTION_NAME }}-latest
docker image push trueagi/openfaas:${{ env.FUNCTION_NAME }}-latest

0 comments on commit f14a9d5

Please sign in to comment.