Skip to content

Commit

Permalink
CI: upgrade ghworkflow-rust to v0.23.1, and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Feb 18, 2024
1 parent e9cbc74 commit 9bf0e8b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CI
on: [ workflow_dispatch, push, pull_request ]
jobs:
omnilint:
uses: lpenz/omnilint/.github/workflows/omnilint.yml@v0.5.1
uses: lpenz/omnilint/.github/workflows/omnilint.yml@v0.5.2
rust:
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.18.0
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.23.1
with:
coveralls: true
deb: true
Expand All @@ -24,22 +24,22 @@ jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: docker/build-push-action@v5.0.0
- uses: actions/checkout@v4.1.1
- uses: docker/build-push-action@v5.1.0
with:
push: false
dockerhub:
needs: [ omnilint, rust, docker-build ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.1
- id: version
uses: docker://lpenz/ghaction-version-gen:0.13.5
uses: docker://lpenz/ghaction-version-gen:0.14.0
- uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v5.0.0
- uses: docker/build-push-action@v5.1.0
with:
push: ${{ steps.version.outputs.version_docker_ci != 'null' }}
tags: ${{ github.repository }}:${{ steps.version.outputs.version_docker_ci }}

0 comments on commit 9bf0e8b

Please sign in to comment.