Skip to content

Commit

Permalink
fixing bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
san-est committed Jun 12, 2024
1 parent 1d5b3d0 commit 2d30f45
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-webappL${date+%s}
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}

0 comments on commit 2d30f45

Please sign in to comment.