Skip to content

Commit

Permalink
add pr docker build step
Browse files Browse the repository at this point in the history
  • Loading branch information
jabelone committed Jan 28, 2024
1 parent 3288ec6 commit efb9f5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_docker.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build Docker Image
- name: Build and push pr image
id: docker_build
uses: docker/build-push-action@v3
with:
file: docker/Dockerfile
platforms: linux/amd64
push: false
push: true
tags: membermatters/membermatters:pr-${{github.ref_name}}

0 comments on commit efb9f5d

Please sign in to comment.