Skip to content

Commit

Permalink
sd
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 25, 2023
1 parent 16342f8 commit 4e1d20e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/stage1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,22 @@ on:
types:
- completed

env:
REGISTRY: ghcr.io

jobs:
check:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
container:
image: ghcr.io/siskapavel/oraclelinux:9
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_LOGIN }}
- run: echo ${{ env.REGISTRY }}
- uses: actions/checkout@v3
- name: Check clang-format
Expand Down

0 comments on commit 4e1d20e

Please sign in to comment.