1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-04-18 06:53:50 +02:00

Added Docker build for 1.2.1 release

This commit is contained in:
Pavel Odintsov 2022-05-17 12:37:35 +01:00 committed by GitHub
parent dc037dc752
commit 45e294ff4b
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,10 +51,10 @@ jobs:
image: ubuntu-2004:current
steps:
- checkout
- run: docker build -t ghcr.io/pavel-odintsov/fastnetmon-community:1.2.0 -t ghcr.io/pavel-odintsov/fastnetmon-community:latest - < src/Dockerfile
- run: docker build -t ghcr.io/pavel-odintsov/fastnetmon-community:1.2.1 -t ghcr.io/pavel-odintsov/fastnetmon-community:latest - < src/Dockerfile
- run: sudo docker images
- run: echo $CR_PAT | sudo docker login ghcr.io -u pavel-odintsov --password-stdin
- run: sudo docker push ghcr.io/pavel-odintsov/fastnetmon-community:1.2.0
- run: sudo docker push ghcr.io/pavel-odintsov/fastnetmon-community:1.2.1
- run: sudo docker push ghcr.io/pavel-odintsov/fastnetmon-community:latest
build_fedora_upstream:
parameters: