Skip to content

Commit 9c065b9

Browse files
authored
fix(ci) Update self-action.yml
1 parent 9b2e451 commit 9c065b9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/self-action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ jobs:
2020
- name: "Checkout"
2121
uses: actions/checkout@v4
2222

23-
- name: Log in to the Container registry
24-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
25-
with:
26-
registry: ${{ env.REGISTRY }}
27-
username: ${{ github.actor }}
28-
password: ${{ secrets.GITHUB_TOKEN }}
29-
3023
- name: "Run the action"
3124
uses: ./
3225
with:

0 commit comments

Comments
 (0)