Skip to content

Fix werf built image name #2

Fix werf built image name

Fix werf built image name #2

Workflow file for this run

name: Build Rarimo State contract deployer docker image
on:
workflow_dispatch:
push:
branches:
- 'state-docker'
jobs:
converge:
name: Converge
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/state-docker'
steps:
- name: Checkout code
uses: actions/checkout@v3
- 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)
werf export deployer --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA