mirror of
https://github.com/nikdoof/aaisp-chaos.git
synced 2025-12-24 23:39:25 +00:00
Compare commits
1 Commits
renovate/d
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2c5314d87 |
2
.github/workflows/build-docker-image.yaml
vendored
2
.github/workflows/build-docker-image.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Login to GHCR
|
||||
uses: docker/login-action@v2
|
||||
if: github.event_name != 'pull_request'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.18.4-alpine3.16 as build
|
||||
FROM golang:1.20.4-alpine3.16 as build
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
RUN go get -d -v .
|
||||
|
||||
Reference in New Issue
Block a user