Make workflow step names consistent
This commit is contained in:
parent
0bcc3d8023
commit
4b670c34db
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
tag_with_sha: true
|
||||
tags: amd64
|
||||
build_args: OS=linux,ARCH=amd64
|
||||
- name: Build and Push Docker Image (Linux ARM64)
|
||||
- name: Build and Push Docker Image (Linux - ARM64)
|
||||
uses: docker/build-push-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
|
|
Loading…
Reference in a new issue