Skip to content

Commit

Permalink
v7.0.0 -> v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Jul 11, 2024
1 parent 77d554a commit c059309
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:7.0.0
tags: phanan/koel:latest,phanan/koel:7.0.1
platforms: linux/amd64,linux/arm64,linux/arm/v7
2 changes: 1 addition & 1 deletion 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=v7.0.0
ARG KOEL_VERSION_REF=v7.0.1

# Install vim for easier editing/debugging
RUN apt-get update && apt-get install -y vim
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:
- v7.0.0
- v7.0.1
/var/www/html/artisan:
exists: true
mode: "0755"
Expand Down

0 comments on commit c059309

Please sign in to comment.