We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0727a0 commit dbc0a1eCopy full SHA for dbc0a1e
.github/workflows/docker-image.yml
@@ -0,0 +1,24 @@
1
+name: Docker Image CI
2
+
3
+name: NodeJS with Webpack
4
5
+run: ["https://github.com/Pekiskok25/non-fungible-token/actions/workflows/webpack.yml/badge.svg"]
6
7
+on: ["https://github.com/Pekiskok25/non-fungible-token/actions/workflows/webpack.yml"]
8
9
+push: ["main"]
10
+ push:
11
+ branches: [ "main" ]
12
+ pull_request:
13
14
15
+jobs:
16
17
+ build:
18
19
+ runs-on: ubuntu-latest
20
21
+ steps:
22
+ - uses: actions/checkout@v4
23
+ - name: Build the Docker image
24
+ run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
0 commit comments