Skip to content

Commit

Permalink
[ci] docker with buildkit
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricchevalier19 committed Jan 3, 2023
1 parent 1e3aa81 commit 4fe6feb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3


- uses: docker/setup-buildx-action@v1

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand All @@ -77,7 +80,7 @@ jobs:
tags: |
type=raw, ${{ github.event.inputs.tag_name }}
type=raw, ${{ github.event.inputs.tag_name }}-{{date 'YYYYMMDD'}}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
Expand Down

0 comments on commit 4fe6feb

Please sign in to comment.