Skip to content

Commit

Permalink
Update delete.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 16, 2024
1 parent 9ba8fff commit ae17724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_ACCESS_TOKEN: ${{ secrets.DOCKER_ACCESS_TOKEN }}
DOCKER_REGISTRY: "lehighlts"
DOCKER_REPOSITORY: "lehighlts"
DOCKER_IMAGE: ${{ matrix.image }}
TAG_PATTERN: "^${{ github.event_name == 'workflow_dispatch' && github.event.inputs.tag_pattern || github.ref_name }}.*"

0 comments on commit ae17724

Please sign in to comment.