Skip to content

Commit

Permalink
chore: nginx 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Jul 15, 2022
1 parent 0e30744 commit b4785ee
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.22.0-alpine
FROM nginx:1.23.0-alpine

ARG VERSION=0.0.0
ENV VERSION=${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -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
Expand Down
33 changes: 0 additions & 33 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit b4785ee

Please sign in to comment.