diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 2ef2223..fb66cd7 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -23,7 +23,7 @@ jobs: password: ${{secrets.DOCKERHUB_PASSWORD}} - name: Build the Docker image - run: docker build . --file Dockerfile --tag pischule/go-mention-all-bot:$(date +%s) + run: docker build . --file Dockerfile --tag pischule/go-mention-all-bot - name: Push the Docker image run: docker push pischule/go-mention-all-bot