Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Kumar Sahu <vivekkumarsahu650@gmail.com>
  • Loading branch information
viveksahu26 committed Feb 9, 2024
1 parent 2382d8c commit f8ca81d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,17 @@ jobs:
with:
images: |
viveksahu26/url_shortner
ghcr.io/${{ github.repository }}
tags: type=sha,format=long
ghcr.io/viveksahu26/${{ github.repository }}

- name: Build and push Containers images
id: build-and-push
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
# context: .
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm/v7,linux/arm64
labels: ${{ steps.meta.outputs.labels }}

- name: Sign image with a key
run: |
Expand Down

0 comments on commit f8ca81d

Please sign in to comment.