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 3d7c4ef commit c2575fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-push-dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit c2575fe

Please sign in to comment.