Skip to content

Merge pull request #8 from rarimo/feature/thumbnails #18

Merge pull request #8 from rarimo/feature/thumbnails

Merge pull request #8 from rarimo/feature/thumbnails #18

Workflow file for this run

on:
push:
branches:
- 'main'
jobs:
converge:
name: Converge
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install werf
uses: werf/actions/[email protected]
- name: Log in to registry
# This is where you will update the personal access token to GITHUB_TOKEN
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
- name: Run echo
run: |
werf version
docker version
echo $GITHUB_REPOSITORY
echo $GITHUB_SHA
- name: Run Build
run: |
. $(werf ci-env github --as-file)
echo "${{ secrets.ENV_DEVNET }}" > .env
werf export web --dev --tag ghcr.io/$GITHUB_REPOSITORY:devnet-$GITHUB_SHA