Skip to content

Commit

Permalink
Merge pull request #3 from keploy/shivam/releaseDocker
Browse files Browse the repository at this point in the history
add: sample workflow
  • Loading branch information
charankamarapu authored Aug 8, 2024
2 parents 6fec737 + b598976 commit 6d91efb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-release-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0

# Change directory to the projects folder
- name: Change directory to projects folder
run: cd projects

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
Expand All @@ -71,7 +67,8 @@ jobs:
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: .
context: projects
file: Dockerfile
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 6d91efb

Please sign in to comment.