Skip to content

Commit

Permalink
ci: update all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofnds committed Feb 22, 2024
1 parent 5bbc33a commit b97d55b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/metadata-action@v4
- uses: docker/metadata-action@v5
id: meta
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=sha,prefix=,format=short
type=semver,pattern={{version}}
- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v5
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: "^1.22"
- uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v4

lint-dockerfile:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b97d55b

Please sign in to comment.