Skip to content

Commit

Permalink
Back to one image name
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Apr 19, 2024
1 parent b191747 commit 5018b87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE: alexslemonade/scpcatools

jobs:
build_and_push:
Expand All @@ -23,8 +24,7 @@ jobs:
fail-fast: false
matrix:
include:
- image: alexslemonade/scpcatools
dockerfile: Dockerfile
- dockerfile: Dockerfile
suffix: ""
- image: alexslemonade/scpcatools-slim
dockerfile: scpcatools_slim.Dockerfile
Expand All @@ -44,7 +44,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ matrix.image }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE}}
flavor: suffix=${{ matrix.suffix }},onlatest=true
tags: |
type=semver,pattern={{raw}}
Expand Down

0 comments on commit 5018b87

Please sign in to comment.