mirror of
https://github.com/nikdoof/foursquare-feeds.git
synced 2025-12-11 16:02:19 +00:00
Fix container build
This commit is contained in:
4
.github/workflows/build-container.yaml
vendored
4
.github/workflows/build-container.yaml
vendored
@@ -29,5 +29,5 @@ jobs:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository_owner }}/{{ github.repository }}:${{ github.ref_name }}
|
||||
ghcr.io/${{ github.repository_owner }}/{{ github.repository }}:latest
|
||||
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
|
||||
ghcr.io/${{ github.repository }}:latest
|
||||
|
||||
Reference in New Issue
Block a user