Skip to content

Commit

Permalink
Disable buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMwangiW committed Mar 18, 2024
1 parent 94c78a0 commit eaac64a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build-docs-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/samuelmwangiw/at-laravel-docs:latest
- name: 'Build Inventory Image'
run: |
docker build . --tag ghcr.io/samuelmwangiw/at-laravel-docs:latest
docker push ghcr.io/samuelmwangiw/at-laravel-docs:latest

0 comments on commit eaac64a

Please sign in to comment.