Skip to content

Commit

Permalink
stab
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <[email protected]>
  • Loading branch information
bdehamer committed Jan 11, 2024
1 parent 581ecd9 commit 8516425
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
uses: docker://httpd:2
with:
entrypoint: htpasswd
args: -Bbn user password
args: -Bbn user password >> "$GITHUB_OUTPUT"
- name: Echo
id: echo
run: echo ${{ steps.foo.outputs }}
- name: Restart registry
run: docker restart ${{ job.services.registry.id }}

Expand Down

0 comments on commit 8516425

Please sign in to comment.