Skip to content

Commit

Permalink
update-article-views: Use latest docker image + remove reduntant stuf…
Browse files Browse the repository at this point in the history
…f in workflow (#3189)
  • Loading branch information
HalvorHaugan authored Oct 3, 2024
1 parent 8d6418a commit 2654da8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/update-article-views.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,11 @@ jobs:
execute:
runs-on: ubuntu-latest
permissions:
packages: "write"
contents: "read"
id-token: "write"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Restore cache
uses: actions/cache@v4
with:
path: "**/node_modules"
key: ${{ runner.os }}-build-${{ github.sha }}
restore-keys: |
${{ runner.os }}-build-
- uses: nais/docker-build-push@v0
id: docker-push
with:
Expand Down
2 changes: 1 addition & 1 deletion scripts/article-views/Dockerfile.update-article-views
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM denoland/deno:1.40.2
FROM denoland/deno:latest

WORKDIR /app
RUN chown -R deno:deno /app
Expand Down

0 comments on commit 2654da8

Please sign in to comment.