Skip to content

Commit

Permalink
added support for cache export on for docker driver
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro committed Oct 2, 2024
1 parent 6e69868 commit 2c2e087
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build and Push Docker Image to GitHub Container Registry
on:
release:
types: [published]
workflow_dispatch:

jobs:
build:
Expand All @@ -12,6 +13,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
install: true
driver: docker-container

- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 2c2e087

Please sign in to comment.