Skip to content

Commit

Permalink
ci: fix tags for dev containers
Browse files Browse the repository at this point in the history
  • Loading branch information
jozzsi authored and LaszloGombos committed Oct 21, 2024
1 parent 3579911 commit 28e57f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/container-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ name: Container (Dev)
on:
schedule:
- cron: '30 11 * * *' # every day at 11:30 UTC
push:
branches: [ main ]
paths:
- 'test/container/**'
- '.github/workflows/container-dev.yml'
pull_request:
branches: [ main ]
paths:
- 'test/container/**'
- '.github/workflows/container-dev.yml'

permissions:
packages: write
Expand Down Expand Up @@ -41,6 +51,7 @@ jobs:
uses: docker/build-push-action@v6
with:
file: test/container/${{ matrix.config.dockerfile }}
tags: ghcr.io/${{env.repository_owner}}/${{ matrix.config.tag }}
push: ${{ github.event_name == 'schedule' }}
platforms: ${{ matrix.config.platform }}
build-args: |
Expand Down

0 comments on commit 28e57f7

Please sign in to comment.