Skip to content

Commit

Permalink
Tag docker images with git tag and build for more platforms (#145)
Browse files Browse the repository at this point in the history
* Tag docker images with git tag

* More platforms
  • Loading branch information
drogus authored Aug 7, 2023
1 parent a1bff6d commit b41945e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
tags: |
type=ref,event=branch,prefix=branch-
type=sha,prefix=commit-
type=ref,event=tag
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Cache Docker layers
Expand All @@ -41,6 +42,7 @@ jobs:
${{ steps.meta.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
platforms: linux/arm64/v8, linux/amd64
# This ugly bit is necessary if you don't want your cache to grow forever
# until it hits GitHub's limit of 5GB.
# Temp fix
Expand Down

0 comments on commit b41945e

Please sign in to comment.