Skip to content

Commit

Permalink
chore: Capitalize stage names in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFantom committed Jan 15, 2024
1 parent 886cdc1 commit 3420c30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
matrix:
image: ["mininet", "ryu"]
steps:
- name: checkout
- name: Checkout
uses: actions/checkout@v4
- name: set up qemu
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: set up docker buildx
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: login to ghcr
- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: generate container metadata
- name: Generate Container Metadata
id: metadata
uses: docker/metadata-action@v5
with:
Expand Down

0 comments on commit 3420c30

Please sign in to comment.