Skip to content

Commit

Permalink
Merge branch 'Tour-de-App:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRajnoha authored Nov 2, 2023
2 parents 56dacf6 + 12c84f8 commit 72f1286
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build and push to TdA

on: [push]
on:
push:
branches:
- main

jobs:
build:
Expand All @@ -18,11 +21,11 @@ jobs:
with:
context: ./
tags: tda-nette:latest
outputs: type=docker,dest=/tmp/tda-laravel.tar
outputs: type=docker,dest=/tmp/tda-nette.tar

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

0 comments on commit 72f1286

Please sign in to comment.