Skip to content

Commit

Permalink
Use correct format for GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload authored Dec 12, 2023
1 parent d3b8864 commit 921ab21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
images: binaryoverload/postgresql-client
tags: |
type=raw,value=${{ matrix.postgres_version }},enable=${{ matrix.os == "ubuntu" }}
type=raw,value=${{ matrix.postgres_version }},enable=${{ matrix.os == 'ubuntu' }}
type=raw,value=${{ matrix.postgres_version }}-${{ matrix.os }}
- name: Build and push Docker image
Expand Down

0 comments on commit 921ab21

Please sign in to comment.