Skip to content

Commit

Permalink
Update deps + fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
syepes committed Jun 29, 2023
1 parent a4c751b commit 4024d37
Show file tree
Hide file tree
Showing 8 changed files with 569 additions and 471 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ${{ github.repository }}

Expand All @@ -43,14 +43,14 @@ jobs:
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
if: github.event_name != 'pull_request'
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
id: docker_build
with:
builder: ${{ steps.buildx.outputs.name }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang

## [Unreleased]

## 1.0.4 - 2023-06-29

- Update depends and fix lints

## 1.0.3 - 2023-01-12

- Fix the reutilization of the auth token
Expand Down
Loading

0 comments on commit 4024d37

Please sign in to comment.