Skip to content

Commit

Permalink
Merge pull request #187 from silinternational/develop
Browse files Browse the repository at this point in the history
Release 9.2.5 -- fix image name in Docker publish action
  • Loading branch information
briskt authored Feb 23, 2024
2 parents 4834a93 + 7c46acd commit 03b9554
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Test and Publish
on:
push:

env:
IMAGE_NAME: ${{ vars.DOCKER_ORG }}/ssp-base

jobs:
tests:
name: Tests
Expand Down Expand Up @@ -35,7 +38,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ vars.DOCKER_ORG }}/idp-id-broker
images: ${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 03b9554

Please sign in to comment.