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 2f571b7 commit 2396349
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
run: |
pwd
ls -alh
docker build -f Dockerfile --tag webapplication2 .
echo "image-id=webapplications2" >> $GITHUB_OUTPUT
docker build -f Dockerfile --tag ttl.sh/webapplication2:2h .
docker push ttl.sh/webapplication2:2h
echo "image-id=ttl.sh/webapplications2:2h" >> $GITHUB_OUTPUT
pacttest-uploader:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2396349

Please sign in to comment.