Skip to content

Commit

Permalink
test build docker
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Dec 8, 2023
1 parent 9d63b8f commit 6e055e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ jobs:
echo "DOCKERFILE=apps/$APP/Dockerfile" >> $GITHUB_ENV
echo "README=apps/$APP/README.md" >> $GITHUB_ENV
- uses: mr-smithers-excellent/docker-build-push@v5
name: Build & push Docker image
if: env.PASS_STEP=='false'
- name: Build & push Docker image
uses: mr-smithers-excellent/docker-build-push@v5
with:
image: websoft9dev/${{env.APP}}
tags: ${{env.TAGS}}
Expand Down
2 changes: 1 addition & 1 deletion apps/discuz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM joomla:php7.4-apache

LABEL maintainer="[email protected]"
LABEL version="v3.4.0.1"
LABEL version="v3.4.0.3"
LABEL source="Discuz_X3.4_SC_UTF8_20220811"
LABEL description="Discuz"

Expand Down

0 comments on commit 6e055e1

Please sign in to comment.