mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 15:56:27 +00:00
Bump docker build targets for nvim container
This commit is contained in:
parent
a6aae979ec
commit
b4b0d7a87c
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
@ -15,23 +15,23 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: ./docker/Dockerfile
|
||||
context: .
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: vividboarder/my-neovim:latest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user