diff --git a/.github/workflows/build-and-push-dockerimage.yml b/.github/workflows/build-and-push-dockerimage.yml index a3834c1..78392b7 100644 --- a/.github/workflows/build-and-push-dockerimage.yml +++ b/.github/workflows/build-and-push-dockerimage.yml @@ -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} \ No newline at end of file + run: docker push ghcr.io/san-est/gk-webapp \ No newline at end of file