Skip to content

Commit

Permalink
Merge pull request #25 from USDA-ARS-GBRU/dockerpatch
Browse files Browse the repository at this point in the history
 Changed path in docker action
  • Loading branch information
arivers authored Sep 18, 2023
2 parents 8784a88 + 8e05e4b commit 4da975d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_ghcr_io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Build and push AVX version of guidemaker
uses: docker/build-push-action@v5
with:
context: docker-images/webapp
context: docker-images/avx
push: true
tags: ghcr.io/usda-ars-gbru/guidemaker-webapp:sha-${{ steps.slug.outputs.sha12 }}
-
Expand Down
2 changes: 1 addition & 1 deletion coverage.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<coverage version="7.3.1" timestamp="1694802720014" lines-valid="1163" lines-covered="682" line-rate="0.5864" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<coverage version="7.3.1" timestamp="1695047511721" lines-valid="1163" lines-covered="682" line-rate="0.5864" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.3.1 -->
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
<sources>
Expand Down

0 comments on commit 4da975d

Please sign in to comment.