@@ -1,15 +1,12 @@
name: Docker
on:
- schedule:
- - cron: '0 0 * * *'
push:
branches: [ main ]
- tags: [ 'latest' ]
pull_request:
env:
REGISTRY: ghcr.io
- IMAGE_NAME: ${{ github.repository }}
+ IMAGE_NAME: ehfd/nvidia-glx-desktop
jobs:
build:
runs-on: ubuntu-latest
@@ -36,5 +33,5 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
- tags: ${{ steps.meta.outputs.tags }}
+ tags: latest
labels: ${{ steps.meta.outputs.labels }}