Behaviour
Steps to reproduce this issue
- use this action in GHES
Expected behaviour
I expect that it should work like before
Actual behaviour

Configuration
- Repository URL (if public):
- Build URL (if public):
jobs:
build:
runs-on:
- self-hosted
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Logs
Download the log file of your build
and attach it to this issue.