Skip to content

Commit

Permalink
Vimystic/updatealpine (#10)
Browse files Browse the repository at this point in the history
* add workflow_dispatch

* Update docker-publish.yaml

* Update Dockerfile (use previous version of config-merge)

* Trim the "v"
  • Loading branch information
vimystic authored Feb 6, 2024
1 parent 1bb9815 commit 9c85845
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '**'
branches:
- '**'
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -49,7 +50,7 @@ jobs:
type=ref,event=pr
- name: Build and push Docker image
uses: docker/build-push-action@v2.7.0
uses: docker/build-push-action@v5.1.0
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN autoreconf -fi;\
./configure --with-oniguruma=builtin;\
make LDFLAGS=-all-static

FROM boxboat/config-merge:latest as config-merge
FROM boxboat/config-merge:0.2.1 as config-merge

FROM alpine:3

Expand Down

0 comments on commit 9c85845

Please sign in to comment.