Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRajnoha authored Oct 26, 2023
1 parent 9712473 commit 7dce807
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./
tags: tda-flask:latest
outputs: type=docker,dest=/tmp/tda-flask.tar
tags: tda-generic:latest
outputs: type=docker,dest=/tmp/tda-generic.tar

- name: Upload to TdA
uses: Tour-de-App/upload-app@1079ded462c5c87ecd77039a955dda2e9db1d809
uses: Tour-de-App/upload-app@tda-24
with:
team_secret: ${{ secrets.TEAM_SECRET }}
image_name: tda-flask
image_path: /tmp/tda-flask.tar
image_name: tda-generic
image_path: /tmp/tda-generic.tar

0 comments on commit 7dce807

Please sign in to comment.