Skip to content

Commit

Permalink
tidy ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed Dec 16, 2023
1 parent 303da2e commit e59fc9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ubuntu.yml
Expand Up @@ -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
Expand Down

0 comments on commit e59fc9c

Please sign in to comment.