Skip to content

Commit

Permalink
add gitaction for build
Browse files Browse the repository at this point in the history
  • Loading branch information
JangAyeon committed Apr 14, 2024
1 parent 7a9ac6f commit 858321d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Build and Push docker image
env:
GOOLE_PROJECT: ${{secrets.GOOGLE_PROJECT}}
run: |-
run: |
docker build -f Dockerfile -t us-central1-docker.pkg.dev/$GOOGLE_PROJECT/discord-study-docker:$GITHUB_SHA .

0 comments on commit 858321d

Please sign in to comment.