Skip to content

Commit

Permalink
Update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Feb 21, 2024
1 parent 2e63ebe commit 12c29b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
docker:
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: ${{ inputs.docker_image || secrets.DOCKER_IMAGE }}
GITHUB_PAT: ${{ secrets.GH_TOKEN }}
DOCKER_IMAGE: ${{ inputs.docker_image.default || secrets.DOCKER_IMAGE }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# ------------------------------------
# The pattern for the following steps is specified
Expand Down

0 comments on commit 12c29b7

Please sign in to comment.