Added names to workflow
This commit is contained in:
parent
2b62fe03ee
commit
6b62d407bc
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -5,9 +5,11 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: Build & Publish Docker Image
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Login
|
||||
uses: docker/login-action@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue