Skip to content

Commit

Permalink
Merge pull request #14 from krlmlr/use-matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Feb 5, 2024
2 parents dd016f8 + c4f9f59 commit 990e204
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 616 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ env:


jobs:
build-r-mysql:

build-all-db:
strategy:
matrix:
db: [adbi, duckdb, maria, mssql, mysql, oracle, postgres, sqlite]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -76,11 +78,10 @@ jobs:
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: .
file: ./r_images/r_mysql/Dockerfile
file: ./r_images/r_${{ matrix.db }}/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/${{ github.repository }}/r-mysql:latest
tags: ghcr.io/${{ github.repository }}/r-${{ matrix.db }}:latest
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max


85 changes: 0 additions & 85 deletions .github/workflows/oracle-publish.yml

This file was deleted.

86 changes: 0 additions & 86 deletions .github/workflows/r-adbi-publish.yml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/r-duckdb-publish.yml

This file was deleted.

86 changes: 0 additions & 86 deletions .github/workflows/r-maria-publish.yml

This file was deleted.

Loading

0 comments on commit 990e204

Please sign in to comment.