Skip to content

Commit

Permalink
fix: use version
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Nov 6, 2022
1 parent 08b56ba commit 22573a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: npm run docker_build
- name: Log in to the Container registry
uses: docker/login-action
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ github.repository }}

- name: Build and push Docker image
uses: docker/build-push-action
uses: docker/build-push-action@v3
with:
context: .
push: true
Expand Down

0 comments on commit 22573a9

Please sign in to comment.