Skip to content

Commit

Permalink
ci: remove refs to build_args (handled by workflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 23, 2023
1 parent c4f2908 commit 78bbdaa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ jobs:
build_target: ci
image_tags: |
"ghcr.io/hotosm/osm-rawdata:ci"
build_args: |
COMMIT_REF=${{ github.sha }}
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ jobs:
with:
build_target: prod
image_name: "ghcr.io/${{ github.repository }}"
build_args: |
COMMIT_REF=${{ github.sha }}
2 changes: 0 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ jobs:
uses: hotosm/gh-workflows/.github/workflows/test_pytest.yml@main
with:
image_name: ghcr.io/${{ github.repository }}
build_args: |
COMMIT_REF=${{ github.sha }}
tag_override: ${{ github.event_name == 'push' && 'ci' || '' }}

0 comments on commit 78bbdaa

Please sign in to comment.