Skip to content

Commit

Permalink
Bump buildx and build-push actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ud3sh committed Oct 2, 2023
1 parent c7c6fc8 commit 108d316
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
-
name: Build and push main image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand All @@ -32,7 +32,7 @@ jobs:
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/devenv:latest
-
name: Build and push lite image (no DuckDB support)
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile-lite
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Evidence Docker Development Evironment (devenv) is avaiable on [Dockerhub](h

An instance of an `devenv` image can be used as a development environment for Evidence projects using a mounted directory. Using this container allows end users to develop Evidence sites without the need for installing any toolchains besides `Docker`.

This is the repo that builds the Evidence `devenv` images.
This is the repo that builds the [Evidence `devenv` images](https://hub.docker.com/repositories/evidencedev).

## Using the Evidence Docker Development Environment

Expand Down

0 comments on commit 108d316

Please sign in to comment.