Skip to content

build(deps): bump golang.org/x/text from 0.14.0 to 0.18.0 #256

build(deps): bump golang.org/x/text from 0.14.0 to 0.18.0

build(deps): bump golang.org/x/text from 0.14.0 to 0.18.0 #256

Workflow file for this run

name: gcr-image
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
- "develop"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.6.0
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Login to GCR
uses: docker/login-action@v2
with:
registry: us-docker.pkg.dev
username: _json_key
password: ${{ secrets.GCR_JSON_KEY }}
- uses: actions/checkout@v2
# - uses: satackey/action-docker-layer-caching@v0.0.11
- name: Build & Publish the Docker image
run: |
docker buildx create --name builder --use --platform=linux/amd64,linux/arm64 && docker buildx build --platform=linux/amd64,linux/arm64 . -t us-docker.pkg.dev/covalent-project/network/bsp-geth:latest --push