Skip to content

Commit

Permalink
Merge pull request #2 from moul/renovate/all
Browse files Browse the repository at this point in the history
Update all Docker tags
  • Loading branch information
moul committed Aug 10, 2021
2 parents 9df5221 + 28b10d0 commit a7f8baf
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Expand Up @@ -30,12 +30,12 @@ jobs:
uses: actions/checkout@v2.3.4

- name: Build the container image
uses: docker/build-push-action@v2.5.0
uses: docker/build-push-action@v2.6.1
with:
repository: rrgc

- name: Push to GitHub Packages
uses: docker/build-push-action@v2.5.0
uses: docker/build-push-action@v2.6.1
if: github.event_name == 'release' || github.event_name == 'push'
with:
username: ${{ github.actor }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
if: |
(github.event_name == 'release' || github.event_name == 'push') &&
contains(steps.check_dockerhub_credentials.outputs.missingsecrets, 'no')
uses: docker/build-push-action@v2.5.0
uses: docker/build-push-action@v2.6.1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-${{ matrix.golang }}-v1-
- name: Run GoReleaser (Dry Run)
uses: goreleaser/goreleaser-action@v2.6.1
uses: goreleaser/goreleaser-action@v2.7.0
with:
version: latest
args: release --rm-dist --snapshot --skip-publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
-
name: Run GoReleaser
if: steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
uses: goreleaser/goreleaser-action@v2.6.1
uses: goreleaser/goreleaser-action@v2.7.0
with:
version: latest
args: release --rm-dist
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -4,7 +4,7 @@ ARG VCS_REF
ARG VERSION

# build
FROM golang:1.16.5-alpine as builder
FROM golang:1.16.7-alpine as builder
RUN apk add --no-cache git gcc musl-dev make
ENV GO111MODULE=on
WORKDIR /go/src/moul.io/rrgc
Expand All @@ -14,7 +14,7 @@ COPY . ./
RUN make install

# minimalist runtime
FROM alpine:3.14.0
FROM alpine:3.14.1
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="rrgc" \
org.label-schema.description="" \
Expand Down
2 changes: 1 addition & 1 deletion go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tool/lint/package.json
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"alex": "9.1.0",
"markdown-spellcheck": "1.3.1",
"markdownlint-cli": "0.27.1",
"markdownlint-cli": "0.28.1",
"remark-cli": "9.0.0",
"remark-lint": "8.0.0"
}
Expand Down

0 comments on commit a7f8baf

Please sign in to comment.