Skip to content

ci(monorepo): 👷 still trying to get the docker/bu… #5

ci(monorepo): 👷 still trying to get the docker/bu…

ci(monorepo): 👷 still trying to get the docker/bu… #5

name: ci
on:
push:
branches:
- 'main'
jobs:
bake:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/[email protected]
with:
files: ./docker-bake.hcl
targets: portfolio
push: true