Skip to content

Commit

Permalink
fix merge step
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Nov 12, 2023
1 parent ad21cf3 commit 1d97e64
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/other-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
paths-ignore:
- '*.sh'

env:
REGISTRY_IMAGE: hsac/fitnesse-fixtures-test-jre11
TARGET_NAME: test

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -28,7 +24,12 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
images: |
hsac/fitnesse-fixtures-test-jre11
hsac/fitnesse-fixtures-combine
hsac/fitnesse-fixtures-test-jre11-chrome
hsac/fitnesse-fixtures-test-jre11-with-pdf
hsac/fitnesse-fixtures-test-jre11-chrome-with-pdf
- name: Rename meta bake definition file
run: |
Expand Down

0 comments on commit 1d97e64

Please sign in to comment.