We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0178a4f commit 3e98870Copy full SHA for 3e98870
.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.5.1
+ uses: docker/metadata-action@v5.6.1
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.9.0
+ uses: docker/build-push-action@v6.11.0
32
33
context: .
34
file: Dockerfile
0 commit comments