aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/devel.yml2
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--Dockerfile2
-rw-r--r--LICENSE-MIT2
-rw-r--r--Makefile33
-rw-r--r--README.md2
6 files changed, 5 insertions, 38 deletions
diff --git a/.github/workflows/devel.yml b/.github/workflows/devel.yml
index 49d322f..7527f21 100644
--- a/.github/workflows/devel.yml
+++ b/.github/workflows/devel.yml
@@ -20,7 +20,7 @@ jobs:
steps:
-
name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
fetch-depth: 1
-
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 704623f..c1f5490 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
steps:
-
name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
diff --git a/Dockerfile b/Dockerfile
index 17d4e46..bcfefcf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM nginx:1.22.0-alpine
+FROM nginx:1.23.0-alpine
ARG VERSION=0.0.0
ENV VERSION=${VERSION}
diff --git a/LICENSE-MIT b/LICENSE-MIT
index c698317..b99feb5 100644
--- a/LICENSE-MIT
+++ b/LICENSE-MIT
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2021-present Jose Quintana <https://git.io/joseluisq>
+Copyright (c) 2021-present Jose Quintana <https://joseluisq.net>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
diff --git a/Makefile b/Makefile
index f244381..6eb4161 100644
--- a/Makefile
+++ b/Makefile
@@ -6,36 +6,3 @@ build:
-t joseluisq/alpine-cgit:latest \
-f Dockerfile .
.PHONY: build
-
-publish-dry-run:
- docker run --rm \
- -e DRONE_TAG=$(TAG_VERSION) \
- -e PLUGIN_TAG=$(TAG_VERSION) \
- -e PLUGIN_REPO=$(DOCKER_IMAGE_TAG) \
- -e DRONE_COMMIT_SHA=$(DRONE_COMMIT_SHA) \
- -e PLUGIN_AUTO_TAG=true \
- -e PLUGIN_AUTO_TAG_ALIASES=latest \
- -v $(PWD):$(PWD) \
- -w $(PWD) \
- --privileged \
- joseluisq/drone-docker \
- --dockerfile Dockerfile \
- --dry-run
-.PHONY: publish-dry-run
-
-publish:
- docker run --rm \
- -e DRONE_TAG=$(TAG_VERSION) \
- -e PLUGIN_TAG=$(TAG_VERSION) \
- -e PLUGIN_REPO=$(DOCKER_IMAGE_TAG) \
- -e DRONE_COMMIT_SHA=$(DRONE_COMMIT_SHA) \
- -e PLUGIN_USERNAME=$(PLUGIN_USERNAME) \
- -e PLUGIN_PASSWORD=$(PLUGIN_PASSWORD) \
- -e PLUGIN_AUTO_TAG=true \
- -e PLUGIN_AUTO_TAG_ALIASES=latest \
- -v $(PWD):$(PWD) \
- -w $(PWD) \
- --privileged \
- joseluisq/drone-docker \
- --dockerfile Dockerfile
-.PHONY: publish
diff --git a/README.md b/README.md
index 6960ba4..e81f25c 100644
--- a/README.md
+++ b/README.md
@@ -81,4 +81,4 @@ Feel free to send some [Pull request](https://github.com/joseluisq/alpine-cgit/p
This work is primarily distributed under the terms of both the [MIT license](LICENSE-MIT) and the [Apache License (Version 2.0)](LICENSE-APACHE).
-© 2021-present [Jose Quintana](https://git.io/joseluisq)
+© 2021-present [Jose Quintana](https://joseluisq.net)