Skip to content

Commit

Permalink
merged build and push code for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
gargimehendale committed Dec 12, 2022
1 parent 871d459 commit f2558c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v1
with:
name: package
path: target/
name: package
path: target/
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand All @@ -149,7 +149,7 @@ jobs:
context: .
push: true
tags: infracloudinception/cicd_inception:1
file: {context}/Dockerfile
# file: {context}/Dockerfile
# - name: Docker build
# run: |
# docker build . -t shubhadainfra/cicd_infracloud:1
Expand Down

0 comments on commit f2558c0

Please sign in to comment.