Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
Also: add ubuntu noble to the list of distros
  • Loading branch information
lpenz committed Mar 5, 2025
1 parent e88046d commit a4811f8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 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/[email protected].3
uses: lpenz/ghworkflow-rust/.github/workflows/[email protected].4
with:
coveralls: true
deb: true
Expand All @@ -17,15 +17,16 @@ jobs:
publish_packagecloud_repository: |
["debian/debian/bullseye",
"debian/debian/bookworm",
"ubuntu/ubuntu/jammy"]
"ubuntu/ubuntu/jammy",
"ubuntu/ubuntu/noble"]
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: docker/build-push-action@v6.9.0
- uses: docker/build-push-action@v6.13.0
with:
push: false
dockerhub:
Expand All @@ -34,12 +35,12 @@ jobs:
steps:
- uses: actions/[email protected]
- id: version
uses: docker://lpenz/ghaction-version-gen:0.14.0
uses: docker://lpenz/ghaction-version-gen:0.14.1
- uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v6.9.0
- uses: docker/build-push-action@v6.13.0
with:
push: ${{ steps.version.outputs.version_docker_ci != 'null' }}
tags: ${{ github.repository }}:${{ steps.version.outputs.version_docker_ci }}

0 comments on commit a4811f8

Please sign in to comment.