We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2e451 commit 9c065b9Copy full SHA for 9c065b9
.github/workflows/self-action.yml
@@ -20,13 +20,6 @@ jobs:
20
- name: "Checkout"
21
uses: actions/checkout@v4
22
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
-
30
- name: "Run the action"
31
uses: ./
32
with:
0 commit comments