Last active
March 6, 2025 15:27
-
-
Save serhiikamolov/a51378a52e978cad92ecadf6c8d566bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tag an image as a new tag of the repository | |
docker tag 1d2c78d1895e serhiikamolov/php:8.2-fpm | |
Push to repo | |
docker push serhiikamolov/php:8.2-fpm | |
Build for diffferent platforms and push | |
docker buildx build --platform linux/amd64,linux/arm64 -t serhiikamolov/php:8.4-fpm --push .docker/php-fpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment