Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.

Commit

Permalink
fix: docker version workflow (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Mar 16, 2021
1 parent 7af072a commit 48957de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
uses: martinbeentjes/npm-get-version-action@master
- name: version dockerfile
run: sed -i 's/v0.0.0/v${{ steps.package-version.outputs.current-version}}/g' Dockerfile
- name: test
run: cat Dockerfile
- name: set up Docker builder
uses: docker/setup-buildx-action@v1
- name: log into GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM node:15 as production
ARG NODE_ENV=production
ENV NODE_ENV=${NODE_ENV}
ENV HUSKY=0
ENV VERSION="0.0.0"
ENV VERSION="v0.0.0"

WORKDIR /usr/src/app

Expand Down

0 comments on commit 48957de

Please sign in to comment.