Merge pull request #29 from jkaninda/refactor

Refactor
This commit is contained in:
2024-01-20 14:05:57 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -35,5 +35,5 @@ jobs:
file: "./docker/Dockerfile"
platforms: linux/amd64,linux/arm64
tags: |
"${{env.BUILDKIT_IMAGE}}:v0.3"
"${{env.BUILDKIT_IMAGE}}:v0.4"
"${{env.BUILDKIT_IMAGE}}:latest"

View File

@@ -21,7 +21,7 @@ ENV ACCESS_KEY=""
ENV SECRET_KEY=""
ENV S3_ENDPOINT=https://s3.amazonaws.com
ARG DEBIAN_FRONTEND=noninteractive
ENV VERSION="v0.3"
ENV VERSION="v0.4"
LABEL authors="Jonas Kaninda"
RUN apt-get update -qq