Skip to content

Commit

Permalink
link docker container to this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
f-kretschmer committed Feb 15, 2024
1 parent 0114d09 commit a352b1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'renv/**'
- 'Dockerfile'
- '.Rprofile'
- '.github/workflows/build_container.yaml'

jobs:
dockerloginbuildpush:
Expand All @@ -20,7 +21,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- name: Create image from repository
Expand Down

0 comments on commit a352b1c

Please sign in to comment.