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 2484ef9 commit ee80354
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ jobs:
with:
images: ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}
tags: |
type=sha, format=short
type=sha
- name: Print Docker tags
run: |
echo "Docker tags: ${{ steps.docker_meta.outputs.tags}}"
- name: Build and Push Docker image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit ee80354

Please sign in to comment.