Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Commit

Permalink
(chore) address docker/build-push-action/issues/100#issuecomment-7153…
Browse files Browse the repository at this point in the history
…52826
  • Loading branch information
denzuko committed Mar 23, 2021
1 parent 1c134ff commit a625b5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2

- name: Debug dockerfile
run: find . -type f -name Dockerfile

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand All @@ -25,6 +28,7 @@ jobs:

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

- name: Push to GitHub Packages
uses: docker/build-push-action@v2
Expand All @@ -33,7 +37,6 @@ jobs:
file: Dockerfile
tags: ghcr.io/denzuko/clients/rearc.io
platforms: linux/amd64,linux/arm64,linux/arm
push: true

terraform:
name: 'Build Infrastructure'
Expand Down

0 comments on commit a625b5b

Please sign in to comment.