diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 142991d..2adb1bc 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -4,9 +4,9 @@ on: release: types: [published] push: - branches: [ "master" ] + types: [latest] pull_request: - branches: ["master"] + types: [latest] jobs: push_to_registries: @@ -22,8 +22,8 @@ jobs: - name: Log in to Docker Hub uses: docker/login-action@v2 with: - username: ${{ env.DOCKER_USERNAME }} - password: ${{ env.DOCKER_PASSWORD }} + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} - name: Log in to the Container registry uses: docker/login-action@v2 diff --git a/redirect_uris.json b/redirect_uris.json index 33a7705..d5694a0 100644 --- a/redirect_uris.json +++ b/redirect_uris.json @@ -1 +1 @@ -{ "github": "https://github.com/YaFlay", "bump": "https://discord.gg/bump-1119294432949325955", "shitpost": "https://t.me/yaflay_shitposts", "boosty": "https://boosty.to/yaflay", "storespw": "https://github.com/PoopStore-Team" } +{ "github": "https://github.com/YaFlay", "gh": "https://github.com/YaFlay", "bump": "https://discord.gg/bump-1119294432949325955", "shitpost": "https://t.me/yaflay_shitposts", "boosty": "https://boosty.to/yaflay", "storespw": "https://github.com/PoopStore-Team", "gh-team": "https://github.com/PoopStore-Team", "twitch": "https://twitch.tv/bebra_yaflay" }