Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit d47c865

Browse files
authored
Fix YAML syntax for Docker image tags
1 parent e09ac16 commit d47c865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scheduled_jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
images: |
6060
ghcr.io/${{ github.repository_owner }}/ruby-pg
6161
tags: |
62-
type=raw,value=${{ matrix.ruby_version }}-pg${{ matrix.postgresql_version }}${{ matrix.variant == "alpine" ? "-alpine" : "" }}
62+
type=raw,value=${{ matrix.ruby_version }}-pg${{ matrix.postgresql_version }}${{ matrix.variant == 'alpine' && '-alpine' || '' }}
6363
6464
- name: Build and push Docker base image
6565
id: docker_build

0 commit comments

Comments
 (0)