Skip to content

Commit

Permalink
chore: ci-cd script docker build and push 작성중
Browse files Browse the repository at this point in the history
  • Loading branch information
syber911911 committed Oct 10, 2024
1 parent d6462eb commit 2484ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
images: ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}
tags: |
type=sha
type=sha, format=short
- name: Build and Push Docker image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 2484ef9

Please sign in to comment.