Skip to content

Commit

Permalink
Change to stable dokuwiki
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonger committed Jul 2, 2022
1 parent 54ab9a7 commit f895887
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
APP_NAME=${{ env.APP_NAME }}
APP_VERSION=${{ env.APP_VERSION }}
tags: |
${{ env.DOCKERHUB_REPO }}:latest
${{ env.DOCKERHUB_REPO }}:stable
${{ env.DOCKERHUB_REPO }}:${{ env.APP_VERSION }}
registry.cn-shanghai.aliyuncs.com/${{ env.DOCKERHUB_REPO }}:latest
registry.cn-shanghai.aliyuncs.com/${{ env.DOCKERHUB_REPO }}:stable
registry.cn-shanghai.aliyuncs.com/${{ env.DOCKERHUB_REPO }}:${{ env.APP_VERSION }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:7.4-apache
LABEL maintainer "zhonger <zhonger@live.cn>"

# Environments
ENV VERSION rc
ENV VERSION stable

# Install necessary softwares
RUN apt-get update \
Expand Down

0 comments on commit f895887

Please sign in to comment.