Merge pull request #7 from mdiluz/allow-choose-image-tag

A few small fixups
This commit is contained in:
Marc Di Luzio 2024-08-14 19:04:39 +01:00 committed by GitHub
commit e577cea62a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
name: Create and publish a Docker image
name: Build and Push Docker
on:
push:
@ -16,7 +16,7 @@ env:
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
jobs:
build-and-push-image:
build-and-push-images:
runs-on: ubuntu-latest
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.

View file

@ -1,9 +1,9 @@
name: Test
name: Run Tests
on: [push]
jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View file

@ -1,6 +1,6 @@
services:
matchy:
image: ghcr.io/mdiluz/matchy:latest
image: ghcr.io/mdiluz/matchy:${MATCHY_TAG:-latest}
env_file: ".env"
volumes:
- ${MATCHY_DATA:-./.matchy}:/usr/src/app/.matchy