Skip to content

Commit 23d6db8

Browse files
authored
Merge branch 'main' into pass-request-by-name
2 parents abc0f78 + a215224 commit 23d6db8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v3
1919
- name: Log in to the Container registry
20-
uses: docker/login-action@v2.1.0
20+
uses: docker/login-action@v2.2.0
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Extract metadata (tags, labels) for Docker
2626
id: meta
27-
uses: docker/metadata-action@v4.4.0
27+
uses: docker/metadata-action@v4.5.0
2828
with:
2929
images: ghcr.io/stac-utils/stac-fastapi-pgstac
3030
- name: Build and push Docker image
31-
uses: docker/build-push-action@v4.0.0
31+
uses: docker/build-push-action@v4.1.0
3232
with:
3333
context: .
3434
file: Dockerfile

0 commit comments

Comments
 (0)