Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-yo authored Dec 12, 2023
1 parent b3a5e4b commit 0a082b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: anothrNick/[email protected]
id: packageVersion
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 
WITH_V: true
INITIAL_VERSION: 0.0.1
DEFAULT_BUMP: patch
Expand All @@ -40,7 +40,7 @@ jobs:
- name: WEB Build
run: |
npm install -g pnpm
pnpm install
pnpm install --no-frozen-lockfile
pnpm docs:build
- name: Login to Docker Hub
Expand All @@ -50,7 +50,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v2 
with:
context: ./
file: ./deployment/Dockerfile
Expand Down

0 comments on commit 0a082b6

Please sign in to comment.