Skip to content

Commit

Permalink
Change prefixing
Browse files Browse the repository at this point in the history
  • Loading branch information
drogus committed Aug 1, 2023
1 parent 123aafc commit f1e47e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
images: |
clockworklabs/spacetimedb
tags: |
type=ref,event=branch
type=sha
type=ref,event=branch,prefix=branch-
type=sha,prefix=commit-
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Cache Docker layers
Expand Down

0 comments on commit f1e47e6

Please sign in to comment.