Skip to content

Commit

Permalink
Change to main branch, implement Docker image cache
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterdedroog committed Oct 3, 2023
1 parent ed7e81e commit 62264d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Maven CI
on:
push:
branches:
- 'master'
- 'main'
- 'feature/**'

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -77,4 +75,6 @@ jobs:
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:main
cache-to: type=inline

0 comments on commit 62264d9

Please sign in to comment.