We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d9a35 commit b1b393cCopy full SHA for b1b393c
.github/workflows/packages.yml
@@ -24,11 +24,11 @@ jobs:
24
password: ${{ secrets.GITHUB_TOKEN }}
25
- name: Extract metadata (tags, labels) for Docker
26
id: meta
27
- uses: docker/metadata-action@v5.6.1
+ uses: docker/metadata-action@v5.7.0
28
with:
29
images: ghcr.io/stac-utils/stac-fastapi-pgstac
30
- name: Build and push Docker image
31
- uses: docker/build-push-action@v6.14.0
+ uses: docker/build-push-action@v6.15.0
32
33
context: .
34
file: Dockerfile
0 commit comments