Skip to content

Merge pull request #2 from Tour-de-App/update-action-to-tda25 #7

Merge pull request #2 from Tour-de-App/update-action-to-tda25

Merge pull request #2 from Tour-de-App/update-action-to-tda25 #7

Workflow file for this run

name: Build and push to TdA
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/[email protected]
with:
context: ./
cache-from: type=gha
cache-to: type=gha,mode=max
tags: tda:latest
outputs: type=docker,dest=/tmp/tda.tar
- name: Upload to TdA
uses: Tour-de-App/upload-app@tda-25
with:
team_token: ${{ secrets.TEAM_TOKEN }}
image_name: tda
image_path: /tmp/tda.tar