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 2d30f45 commit 38cad55
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:${date+%s}
run: docker build . --file Dockerfile --tag ghcr.io/san-est/gk-webapp
- name: Push Docker image
run: docker push ghcr.io/san-est/gk-webapp:${date+%s}
run: docker push ghcr.io/san-est/gk-webapp

0 comments on commit 38cad55

Please sign in to comment.