Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create docker-image.yml #110

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

Hagrit007
Copy link

No description provided.

@simontrinh0911
Copy link

OKI

@discomar
Copy link

discomar commented Jan 2, 2024 via email

@Bil-tek
Copy link

Bil-tek commented Jan 12, 2024

Ok

2 similar comments
@Ahmedjamal66
Copy link

Ok

@V1e2n3k4a5t6e7s8w9a10r11l12u13

Ok

@Fkansari
Copy link

Hii i m new here

@Ivanfay99
Copy link

NiceHashMinerLegacy.sln.DotSettings

@Ivanfay99
Copy link

rom cd5adfe Mon Sep 17 00:00:00 2001
From: Hagrit007 149440911+Hagrit007@users.noreply.github.com
Date: Tue, 2 Jan 2024 01:15:31 +0300
Subject: [PATCH] Create docker-image.yml


.github/workflows/docker-image.yml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 .github/workflows/docker-image.yml

diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml
new file mode 100644
index 000000000..78aeb8f1b
--- /dev/null
+++ b/.github/workflows/docker-image.yml
@@ -0,0 +1,18 @@
+name: Docker Image CI
+
+on:

  • push:
  • branches: [ "development" ]
  • pull_request:
  • branches: [ "development" ]

+jobs:
+

  • build:
  • runs-on: ubuntu-latest
  • steps:
    • uses: actions/checkout@v3
    • name: Build the Docker image
  •  run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.