diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index bdd64ed..3c9110c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -12,11 +12,11 @@ jobs: steps: - uses: actions/checkout@master - name: Build and push image - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: bounds/siwe_oidc username: ${{ github.actor }} - password: ${{ secrets.GH_PACKAGE_PUSH_TOKEN }} + password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io tag_names: true tag_semver: true