Skip to content

Commit

Permalink
Buildx doesn't like upper cases in docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Wicaeed committed Mar 19, 2024
1 parent 3a3e87b commit 623eda9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: slickdeals/jira-software
COMMIT_SHA: ${{ github.sha }}

jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: slickdeals/jira-software
COMMIT_SHA: ${{ github.sha }}

jobs:
Expand All @@ -23,6 +23,8 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
buildkitd-flags: debug
- name: Login to GHCR
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 623eda9

Please sign in to comment.