Skip to content

Commit

Permalink
v6.12.1 -> v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Jul 9, 2024
1 parent 719547e commit ee21963
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
uses: docker/[email protected]
with:
push: true
tags: phanan/koel:latest,phanan/koel:6.12.1
tags: phanan/koel:latest,phanan/koel:7.0.0
platforms: linux/amd64,linux/arm64,linux/arm/v7
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM php:8.1.8-apache-buster

# The koel version to download
ARG KOEL_VERSION_REF=v6.12.1
ARG KOEL_VERSION_REF=v7.0.0

# Install vim for easier editing/debugging
RUN apt-get update && apt-get install -y vim
Expand Down Expand Up @@ -31,7 +31,6 @@ RUN curl -L https://github.com/koel/koel/releases/download/${KOEL_VERSION_REF}/k
ruleset.xml \
scripts/ \
tag.sh \
tests \
vite.config.js

# Install koel runtime dependencies.
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
- DB_HOST=database
- DB_DATABASE=koel
- DB_USERNAME=koel
- DB_PASSWORD=password
volumes:
- music:/music
- covers:/var/www/html/public/img/covers
Expand All @@ -29,6 +30,8 @@ services:
environment:
- MYSQL_DATABASE=koel
- MYSQL_USER=koel
- MYSQL_PASSWORD=password
- MARIADB_ROOT_PASSWORD=password
volumes:
- db:/var/lib/mysql

Expand Down
4 changes: 1 addition & 3 deletions goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ file:
group: www-data
filetype: file
contains:
- v6.12.1
- v7.0.0
/var/www/html/artisan:
exists: true
mode: "0755"
Expand Down Expand Up @@ -75,8 +75,6 @@ file:
owner: www-data
group: www-data
filetype: directory
/var/www/html/tests:
exists: false
package:
ffmpeg:
installed: true
Expand Down

0 comments on commit ee21963

Please sign in to comment.