Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
san-est committed Jun 12, 2024
1 parent 91725eb commit 14d0053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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)

0 comments on commit 14d0053

Please sign in to comment.