diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 89bd9f3..20a2fea 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -12,13 +12,15 @@ on: jobs: build: + name: Build Ubuntu runs-on: ubuntu-latest + steps: - uses: actions/checkout@v4 name: Checkout repository - uses: pmorelli92/github-container-registry-build-push@2.2.1 - name: Build and Publish + name: Build Ubuntu with: github-push-secret: ${{secrets.GITHUB_TOKEN}} docker-image-name: ubuntu