Skip to content

Commit

Permalink
test: hardcoded tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aldorea committed Oct 5, 2023
1 parent b86f2ad commit 571d39d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
pull_request:
branches: [main]
types: [closed]
push:
branches: [feat/create-github-action]
jobs:
build:
name: Build Docker image
Expand All @@ -21,12 +23,11 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and push
run: echo ${{ secrets.DOCKERHUB_USERNAME}}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
target: development
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME}}/nestjs-source-template:latest
tags: aldorea/nestjs-source-template:latest

0 comments on commit 571d39d

Please sign in to comment.