Skip to content

Commit

Permalink
Update docker-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspardmoindrot committed Apr 18, 2023
1 parent c3ae955 commit 545429f
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,7 @@ on:
pull_request:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Build Docker image
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile
docker-build:
uses: scality/workflows/.github/workflows/docker-build.yaml@v1
with:
name: gh-actions-exporter

0 comments on commit 545429f

Please sign in to comment.