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 d59b98e commit a5c0ed8Copy full SHA for a5c0ed8
.github/workflows/publish.yaml
@@ -8,6 +8,8 @@ jobs:
8
name: Create release
9
runs-on: ubuntu-latest
10
steps:
11
+ - name: Checkout repository
12
+ uses: actions/checkout@v3
13
- name: Login to GitHub Container Registry
14
uses: docker/login-action@v2
15
with:
0 commit comments