Skip to content

Commit

Permalink
Fix github actions steps
Browse files Browse the repository at this point in the history
  • Loading branch information
anomnaco authored Aug 26, 2024
1 parent 1bfea47 commit 652b8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout repository
- uses: actions/checkout@v4
uses: actions/checkout@v4

- name: Build the Docker image
run: docker build --tag cass-stac --no-cache .
Expand Down

0 comments on commit 652b8ee

Please sign in to comment.