Skip to content

Commit

Permalink
Use Docker buildx action
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload authored Dec 12, 2023
1 parent 921ab21 commit 4850436
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: ["main"]
paths:
- 'Dockerfile*'
- '.github/**/*'

jobs:
push_to_registry:
Expand Down Expand Up @@ -33,6 +34,9 @@ jobs:
tags: |
type=raw,value=${{ matrix.postgres_version }},enable=${{ matrix.os == 'ubuntu' }}
type=raw,value=${{ matrix.postgres_version }}-${{ matrix.os }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 4850436

Please sign in to comment.