Skip to content

Commit

Permalink
use full tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Apr 22, 2024
1 parent ff9ffbd commit 2cf3fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
context: "{{defaultContext}}:docker"
file: scpcatools_slim.Dockerfile
tags: scpcatools-slim
tags: scpcatools:latest-slim
outputs: type=docker,dest=/tmp/scpcatools-slim.tar # output for sharing
cache-from: type=gha
cache-to: type=gha
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM scpcatools-slim
FROM scpcatools:latest-slim

WORKDIR /usr/local/renv
COPY renv.lock renv.lock
Expand Down

0 comments on commit 2cf3fe9

Please sign in to comment.