Skip to content

Commit

Permalink
fix: update the config to use only docker branch with docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jun 2, 2024
1 parent 0d051d3 commit 2dfc60d
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-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Publish Docker image

on:
push:
branches: [ master, docker ]
branches: [ docker ]
pull_request:
branches: [ master, docker ]
branches: [ docker ]

env:
DOCKER_ID: ${{ secrets.DOCKER_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
# dockerfile: ./docker/Dockerfile
# args:
# - PHP_VERSION_SELECTED=${PHP_VERSION_SELECTED:-8.2}
image: tanhong/new-mvc-shop:docker
image: tanhong/new-mvc-shop
container_name: '${APP_NAME:-new_mvc_shop}-server'
ports:
- '${APP_PORT:-85}:80'
Expand Down

0 comments on commit 2dfc60d

Please sign in to comment.