Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
ci: use correct args; rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed May 28, 2024
1 parent f1aeeb1 commit ca2c85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Generate test artifacts"
name: "Publish containers for build"

on:
workflow_dispatch:
Expand Down Expand Up @@ -26,4 +26,4 @@ jobs:
sh docker/build.sh -v no
# push the image to the registry
sh docker/push.sh --username "${{ github.actor }}" --password "${{ secrets.GITHUB_TOKEN }}"
sh docker/push.sh -u "${{ github.actor }}" -p "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit ca2c85d

Please sign in to comment.