Skip to content

Commit

Permalink
Update logging on builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjmeier committed Jan 23, 2024
1 parent 1792996 commit 66944dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to GitHub Container Registry
with:
progress: plain
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand All @@ -24,3 +26,5 @@ jobs:
push: true
tags: ghcr.io/r-odaf/r-odaf_health_canada:latest ## ${{ github.sha }}
file: ./Dockerfile
load: true

2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
- os: ['ubuntu-20.04','ubuntu-latest']
label: linux-64
prefix: /usr/share/miniconda3/envs/base
r-version: ['4.3.1']
Expand Down

0 comments on commit 66944dc

Please sign in to comment.