Skip to content

Commit

Permalink
retag official v19 images + jq
Browse files Browse the repository at this point in the history
  • Loading branch information
fastfadingviolets committed Jul 30, 2024
1 parent 55a4a78 commit 695dd77
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/gaiad-linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,12 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: strangelove-ventures/heighliner-build-action@v1.0.2
- name: Build and push docker image
uses: docker/build-push-action@v6.5.0
with:
chain: gaia
tag: ${{ matrix.release }}
git-ref: ${{ matrix.release }}
github-organization: cosmos
github-repo: gaia
additional-args: "--go-version=${{ inputs.go_version }}"
heighliner-tag: v1.6.3
context: ./docker
file: Dockerfile
push: true
tags: "ghcr.io/hyphacoop/gaia:${{ matrix.release }}"
build-args: |
GAIA_VERSION=${{ matrix.release }}
6 changes: 6 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ARG GAIA_VERSION
FROM ghcr.io/cosmos/gaia:${GAIA_VERSION} as base

USER root
RUN apk add --no-cache jq
USER nonroot

0 comments on commit 695dd77

Please sign in to comment.