Skip to content

Commit

Permalink
fix(docker): fix docker action by adding build target (gnolang#1920)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfanton committed Apr 11, 2024
1 parent f962c71 commit 35a29a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [gnoland, gnoland-slim, gnokey-slim, gno-slim, gnofaucet-slim, gnoweb-slim]
target: [gnoland-slim, gnokey-slim, gno-slim, gnofaucet-slim, gnoweb-slim]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -77,6 +77,7 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
target: ${{ matrix.target }}
push: ${{ github.event_name != 'pull_request' }}
tags: |
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ matrix.target }}:latest
Expand Down

0 comments on commit 35a29a5

Please sign in to comment.