Update the job names and ids in the GHAs

This commit is contained in:
Marc Di Luzio 2024-08-14 19:03:51 +01:00
parent a3c543493a
commit 74cc9aaf20
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
name: Create and publish a Docker image name: Build and Push Docker
on: on:
push: push:
@ -16,7 +16,7 @@ env:
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
jobs: jobs:
build-and-push-image: build-and-push-images:
runs-on: ubuntu-latest runs-on: ubuntu-latest
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.

View file

@ -1,9 +1,9 @@
name: Test name: Run Tests
on: [push] on: [push]
jobs: jobs:
build: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4