Skip to content

Commit

Permalink
bulding image
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadesh Kale committed Jan 4, 2024
1 parent 033c9fe commit c5629d0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
- name: git-checkout
run: |
echo "git-checkout done"
- name: Print ENV's
run: |
echo " $current_branch "
echo " $job_id "
echo " $sha "
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v5
with:
push: false
tags: welcome-app:latest

0 comments on commit c5629d0

Please sign in to comment.