Skip to content

Commit

Permalink
Merge branch 'main' into feature/PTFE-671-setup-mkdocs-runner-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Abubakarr99 authored Aug 3, 2023
2 parents e33e848 + a63fd52 commit dce8f9a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Docker build

on:
push:
branches:
- main
pull_request:
branches:
- main

permissions:
contents: read

jobs:
docker-build:
permissions:
contents: read
packages: write
uses: scality/workflows/.github/workflows/docker-build.yaml@v1
with:
name: runner-manager
namespace: scality
tag: ${{ github.ref_name == 'main' && 'latest' || github.sha }}

0 comments on commit dce8f9a

Please sign in to comment.