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

test

test #1125

Workflow file for this run

name: CI
on:
push:
branches:
- test-build-push-action
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Configure git for private modules
env:
ROBOT_TOKEN: ${{ secrets.ROBOT_TOKEN }}
run: git config --global url."https://percona-platform-robot:${ROBOT_TOKEN}@github.com".insteadOf "https://github.com"
- name: Everest Backend - check out
uses: actions/checkout@v4
with:
path: ./backend
- name: Everest - Build and Push everest release image
uses: docker/build-push-action@v5
with:
context: backend
push: false
tags: test
build-args: |
"IS_RELEASE=1"