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 2c5c7f9 commit dc930d5Copy full SHA for dc930d5
.github/workflows/docker-build-secretvm.yml
@@ -2,8 +2,14 @@ name: Build and Push Docker Image
2
3
on:
4
push:
5
+ branches:
6
+ - master
7
tags: "v[0-9]+.[0-9]+.[0-9]+"
8
9
+permissions:
10
+ contents: write
11
+ packages: write
12
+
13
jobs:
14
build-and-push:
15
runs-on: ubuntu-latest
@@ -61,7 +67,7 @@ jobs:
61
67
app:
62
68
image: ghcr.io/${{ steps.set_repo.outputs.REPO_NAME }}@sha256:${{ steps.push.outputs.IMAGE_HASH }}
63
69
ports:
64
- - '3000:80'
70
+ - '8000:8000'
65
71
EOL
66
72
73
- name: Commit docker-compose-secretvm.yaml
0 commit comments