Skip to content

Commit

Permalink
Update eoefans-api-docker-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 authored and GitHub Enterprise committed Feb 11, 2023
1 parent ac772c0 commit ef26830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eoefans-api-docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
with:
push: true
tags: |
${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_REPO }}}/${{ env.IMAGE_NAME }}:${{ env.IAMGE_TAG }}
${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_REPO }}/${{ env.IMAGE_NAME }}:${{ env.IAMGE_TAG }}
- name: Build and push Docker image with latest
uses: docker/build-push-action@v4
with:
push: true
tags: |
${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_REPO }}}/${{ env.IMAGE_NAME }}:latest
${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_REPO }}/${{ env.IMAGE_NAME }}:latest

0 comments on commit ef26830

Please sign in to comment.