Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
san-est committed Jun 12, 2024
1 parent 14d0053 commit 3d7c4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/san-est/gk-webapp
run: docker build . --file Dockerfile --tag ghcr.io/san-est/gk-webapp:$(date +%s)
- name: Push Docker image
run: docker push ghcr.io/san-est/gk-webapp:$(date +%s)
run: docker push ghcr.io/san-est/gk-webapp:latest

0 comments on commit 3d7c4ef

Please sign in to comment.