Skip to content

Commit

Permalink
bugfix: add missing build-args to dev image (#2787)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored Dec 13, 2022
1 parent c067218 commit 350a158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/atlantis-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
context: .
build-args: ATLANTIS_BASE_TAG_TYPE=${{ matrix.image_type }}
platforms: linux/arm64/v8,linux/amd64,linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags: |
Expand Down

0 comments on commit 350a158

Please sign in to comment.