Skip to content

Commit

Permalink
I hate actions sometimes...
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-ebertb committed Feb 28, 2024
1 parent 866bbca commit 5f5ba89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/spilo_pgversion_14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
load: true
tags: ${{ steps.image.outputs.NAME }}
build-args: |
PGVERSION="${{ env.PGVERSION }}"
PGOLDVERSIONS="${{ env.PGOLDVERSIONS }}"
PGVERSION=${{ env.PGVERSION }}
PGOLDVERSIONS=${{ env.PGOLDVERSIONS }}
# Test complete build
- name: Test spilo docker image
Expand All @@ -106,8 +106,8 @@ jobs:
push: true
tags: ${{ steps.image.outputs.NAME }}
build-args: |
PGVERSION="${{ env.PGVERSION }}"
PGOLDVERSIONS="${{ env.PGOLDVERSIONS }}"
PGVERSION=${{ env.PGVERSION }}
PGOLDVERSIONS=${{ env.PGOLDVERSIONS }}
kubernetes-installation-test:
needs: publish
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/spilo_pgversion_15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
load: true
tags: ${{ steps.image.outputs.NAME }}
build-args: |
PGVERSION="${{ env.PGVERSION }}"
PGOLDVERSIONS="${{ env.PGOLDVERSIONS }}"
PGVERSION=${{ env.PGVERSION }}
PGOLDVERSIONS=${{ env.PGOLDVERSIONS }}
# Test complete build
- name: Test spilo docker image
Expand All @@ -106,8 +106,8 @@ jobs:
push: true
tags: ${{ steps.image.outputs.NAME }}
build-args: |
PGVERSION="${{ env.PGVERSION }}"
PGOLDVERSIONS="${{ env.PGOLDVERSIONS }}"
PGVERSION=${{ env.PGVERSION }}
PGOLDVERSIONS=${{ env.PGOLDVERSIONS }}

kubernetes-installation-test:
Expand Down

0 comments on commit 5f5ba89

Please sign in to comment.