Skip to content

Commit

Permalink
fix copy-paste error and move the image name into a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Feb 23, 2024
1 parent e30f3b9 commit 8a3e5d5
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: $IMAGE_NAME
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 8a3e5d5

Please sign in to comment.