Skip to content

Commit

Permalink
Update dependencies, github actions and increment version to 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Oct 23, 2023
1 parent 18b338c commit e598021
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 325 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
omnilint:
uses: lpenz/omnilint/.github/workflows/[email protected]
rust:
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.15.0
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.18.0
with:
coveralls: true
deb: true
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: docker/build-push-action@v4.1.1
- uses: docker/build-push-action@v5.0.0
with:
push: false
dockerhub:
Expand All @@ -34,12 +34,12 @@ jobs:
steps:
- uses: actions/[email protected]
- id: version
uses: docker://lpenz/ghaction-version-gen:0.13.2
- uses: docker/login-action@v2.2.0
uses: docker://lpenz/ghaction-version-gen:0.13.5
- uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v4.1.1
- uses: docker/build-push-action@v5.0.0
with:
push: ${{ steps.version.outputs.version_docker_ci != 'null' }}
tags: ${{ github.repository }}:${{ steps.version.outputs.version_docker_ci }}
Loading

0 comments on commit e598021

Please sign in to comment.