Skip to content

Commit

Permalink
DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
DziedzicGrzegorz committed Dec 22, 2023
1 parent fb1cbf7 commit c757efa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and Push
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
push: true
tags: dziedzicgrzegorz/nestjs-api:latest

0 comments on commit c757efa

Please sign in to comment.