Skip to content

Commit

Permalink
Update docker-githubaction.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm authored Oct 3, 2024
1 parent 3e7787e commit 15feb7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/containers/pages/docker/docker-githubaction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ strategy:
service: [feelpp]
tag: [latest, v1.0.0]
dir: [docker]
dist: [ubuntu]
dist: [noble]
flavor: [ubuntu]
version: [1.0.0]
dockerfile: [Dockerfile]
Expand All @@ -212,4 +212,4 @@ With this setup, Docker images for both `amd64` and `arm64` platforms will be bu

== Conclusion

This tutorial demonstrates how to use GitHub Actions to build and push Docker images to the GitHub Container Registry using QEMU for multi-platform builds and Docker Buildx for enhanced build capabilities.
This tutorial demonstrates how to use GitHub Actions to build and push Docker images to the GitHub Container Registry using QEMU for multi-platform builds and Docker Buildx for enhanced build capabilities.

0 comments on commit 15feb7e

Please sign in to comment.