Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot 3cdcd88551 chore(deps): update docker/login-action action to v2 2022-06-05 07:54:26 +02:00
Renovate Bot c8cda28fba chore(deps): update goreleaser/goreleaser-action action to v3 2022-06-05 07:54:10 +02:00
Oskar b6c9b07df8
doc: domain expired 2022-06-05 07:53:42 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -68,13 +68,13 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest

View File

@ -1,4 +1,4 @@
# [Pingbot](https://pingbot.cf/) - Backend
# [Pingbot](https://pingbot.vercel.app) - Backend
[![Repo Size](https://img.shields.io/github/repo-size/MedzikUser/go-pingbot)](https://github.com/medzikuser/go-pingbot)
[![Build](https://img.shields.io/github/workflow/status/MedzikUser/go-pingbot/release/main)](https://github.com/medzikuser/go-pingbot/actions/workflows/release.yml)