Skip to content

Commit

Permalink
Resolving error on docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishDave1 authored Nov 16, 2024
1 parent ded7fe5 commit f3ac723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Build and Push Docker Image
run: |
IMAGE_NAME=${{ secrets.DOCKER_IMAGE_NAME }}:$(date +%s)
IMAGE_NAME=${{ secrets.DOCKER_IMAGE_NAME }}:latest
docker build -t $IMAGE_NAME .
docker push $IMAGE_NAME
Expand Down

0 comments on commit f3ac723

Please sign in to comment.