Skip to content

WIP

WIP #53

Workflow file for this run

name: Test
on:
push:
branches:
- test
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@main
- name: file
run: |
echo "dasdvdv" > secret.txt
- uses: orangeappsru/build-images-action@platforms
id: build-images
with:
registry: ghcr.io
registry-user: ${{ github.repository_owner }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
operation: build-and-push
cache-from: type=gha
cache-to: type=gha,mode=max
build-opts: |
- name: ttt
envs:
- name: AAA1
value: aaaaaaaaaa
- name: BBB1
value: bbbbbbbbbbbb
secrets:
- id=CCC,type=file,src=./secret.txt
- id=AAA1,type=env,env=AAA1
- id=BBB1,type=env,env=BBB1
# - name: Test
# run: go test ./... -v -covermode=count