Skip to content

Commit

Permalink
Fix GitHub Actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd committed Aug 17, 2023
1 parent 1df175b commit ac920e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: selkies-project/nvidia-glx-desktop
jobs:
build-20.04:
build-2004:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:20.04
labels: ${{ steps.meta.outputs.labels }}
build-22.04:
build-2204:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit ac920e5

Please sign in to comment.