Skip to content

Commit

Permalink
correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Jul 30, 2024
1 parent 8b12f50 commit 1b701ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NGINX: ticketz-oss/nginx-alpine
IMAGE_NODE: ticketz-oss/node-alpine
IMAGE_NODE: ticketz-oss/node

jobs:
build-and-push-images:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NODE }}
labels: |
org.opencontainers.image.title=ticketz-node-alpine
org.opencontainers.image.title=ticketz-node
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand All @@ -77,7 +77,7 @@ jobs:
id: node
uses: docker/build-push-action@v2
with:
context: ./node-alpine
context: ./node
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.metanode.outputs.tags }}
Expand Down
File renamed without changes.

0 comments on commit 1b701ec

Please sign in to comment.