Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeux committed Mar 17, 2023
1 parent 2cf8f7d commit 56759c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
application_name: ${{ steps.set-env.outputs.appname }}
steps:
- name: Code checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set env
id: set-env
Expand All @@ -24,6 +24,7 @@ jobs:
- name: Build image
run: |
pwd
cd ..
ls -alh
docker build -f ../Dockerfile --tag webapplication2 .
Expand Down

0 comments on commit 56759c8

Please sign in to comment.