Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

chore(submodules): update external/googleapis digest to 42492c9 (#1195) #1034

chore(submodules): update external/googleapis digest to 42492c9 (#1195)

chore(submodules): update external/googleapis digest to 42492c9 (#1195) #1034

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
@codedependant/semantic-release-docker
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}