Skip to content

Commit

Permalink
ci: 👷 Changed pkg names
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotdavid committed Aug 21, 2023
1 parent f5211b1 commit 4d330e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publicar imagen Docker (LaTeX)
name: 📦 LaTeX Containers

on:
schedule:
Expand All @@ -12,10 +12,12 @@ on:
- opened
branches:
- 'pre-prod/**'
paths:
- latex/**

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: latex

jobs:
build:
Expand Down

0 comments on commit 4d330e1

Please sign in to comment.