Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from celestiaorg/jbowen93/debug-package
Browse files Browse the repository at this point in the history
Automatic debug image builds use distinct image name not tag
  • Loading branch information
jbowen93 authored Apr 25, 2022
2 parents a0c1986 + c414c86 commit d7b876e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ github.repository }}-debug

jobs:
build:
Expand All @@ -29,7 +29,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=sha,suffix=-debug
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: celestiaorg/ethermint
IMAGE_NAME: ${{ github.repository }}

jobs:
build:
Expand Down

0 comments on commit d7b876e

Please sign in to comment.