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.
2 parents abc0f78 + a215224 commit 23d6db8Copy full SHA for 23d6db8
.github/workflows/packages.yml
@@ -17,18 +17,18 @@ jobs:
17
- name: Checkout repository
18
uses: actions/checkout@v3
19
- name: Log in to the Container registry
20
- uses: docker/login-action@v2.1.0
+ uses: docker/login-action@v2.2.0
21
with:
22
registry: ghcr.io
23
username: ${{ github.actor }}
24
password: ${{ secrets.GITHUB_TOKEN }}
25
- name: Extract metadata (tags, labels) for Docker
26
id: meta
27
- uses: docker/metadata-action@v4.4.0
+ uses: docker/metadata-action@v4.5.0
28
29
images: ghcr.io/stac-utils/stac-fastapi-pgstac
30
- name: Build and push Docker image
31
- uses: docker/build-push-action@v4.0.0
+ uses: docker/build-push-action@v4.1.0
32
33
context: .
34
file: Dockerfile
0 commit comments