Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Dec 27, 2023
1 parent 660be21 commit 92ce359
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Map and Notify On Registry Package Update

on: registry_package

on:
registry_package:
types: [published]
jobs:
release:
if: ${{ github.event.registry_package.package_version.container_metadata.tag.name != '' }}
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ services:
dockerfile: ./packages/Dockerfile.dota
x-bake:
cache-from:
- "ghcr.io/dotabod/dota:v2.1"
- "ghcr.io/dotabod/dota:v2.16"
cache-to:
- "ghcr.io/dotabod/dota:v2.1"
- "ghcr.io/dotabod/dota:v2.16"
hostname: dota
environment:
- D2PT_TOKEN
Expand Down

0 comments on commit 92ce359

Please sign in to comment.