Skip to content

Commit

Permalink
URBIBBNA-44
Browse files Browse the repository at this point in the history
??
  • Loading branch information
epam-vkerkhoff committed Jan 26, 2024
1 parent 5bbbd2f commit 60edb75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/publish-flotte-gbfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,21 @@ jobs:
with:
context: .
tags: ghcr.io/bbnavi/commonsbooking2gbfs

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ${{ env.REGISTRY }}/publish-flotte-gbfs

- name: build publish-flotte-gbfs Docker image
uses: docker/build-push-action@v4
with:
context: publish-flotte-gbfs
load: true
tags: ghcr.io/bbnavi/publish-flotte-gbfs
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: set up temporary local minIO instance
run: |
Expand Down
2 changes: 1 addition & 1 deletion publish-flotte-gbfs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
publish-flotte-gbfs:
image: ghcr.io/bbnavi/commonbookings2gbfs:main
image: ghcr.io/bbnavi/publish-flotte-gbfs:main
environment:
- MINIO_ACCESS_KEY=${MINIO_ACCESS_KEY:?missing env var MINIO_ACCESS_KEY}
- MINIO_SECRET_KEY=${MINIO_SECRET_KEY:?missing env var MINIO_SECRET_KEY}
Expand Down

0 comments on commit 60edb75

Please sign in to comment.