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 a2ff5a9 commit 0bbb467
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ jobs:
build-docker-image:
name: Build and push docker image
runs-on: ubuntu-latest
outputs:
published_image_path: ${{ steps.build-image.outputs.image-id }}
steps:
- name: Code checkout
uses: actions/checkout@v3

- name: Build image
id: build-image
run: |
pwd
ls -alh
docker build -f Dockerfile --tag webapplication2 .
echo "image-id='webapplications2'" >> $GITHUBOUTPUT
pacttest-uploader:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0bbb467

Please sign in to comment.