Skip to content

Commit

Permalink
🔧 Fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Irori235 committed Nov 1, 2023
1 parent cbbd726 commit 6844efd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ jobs:
- name: Create Tag
id: create-tag
run: |
echo 'tag1=asia-northeast1-docker.pkg.dev/${{ secrets.GOOGLE_PROJECT_ID }}/irori-dev/portofolio:${{ github.sha }}' >> $GITHUB_OUTPUT
echo 'tag2=asia-northeast1-docker.pkg.dev/${{ secrets.GOOGLE_PROJECT_ID }}/irori-dev/portofolio:latest' >> $GITHUB_OUTPUT
echo 'tag=asia-northeast1-docker.pkg.dev/${{ secrets.GOOGLE_PROJECT_ID }}/irori-dev/portfolio:${{ github.sha }}' >> $GITHUB_OUTPUT
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: |
${{ steps.create-tag.outputs.tag1 }}
${{ steps.create-tag.outputs.tag2 }}
${{ steps.create-tag.outputs.tag }}

1 comment on commit 6844efd

@vercel
Copy link

@vercel vercel bot commented on 6844efd Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.