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 823018b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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/build-push-action@v3.2.0
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
2 changes: 1 addition & 1 deletion 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

0 comments on commit 823018b

Please sign in to comment.