Skip to content

Commit

Permalink
Merge pull request #5 from mundoalem/v1.0.2
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
egonbraun committed Dec 26, 2023
2 parents f428385 + ab4dba6 commit b3f4871
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "container-dev-base",
"postStartCommand": "./.devcontainer/hooks/post_start.sh",
"postAttachCommand": "./.devcontainer/hooks/post_attach.sh",
"remoteUser": "dev",

"build": {
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v3

- name: Prepare
uses: mundoalem/action-prepare@initial
uses: mundoalem/action-prepare@v1
with:
type: container
job: lint
Expand All @@ -83,7 +83,7 @@ jobs:
uses: actions/checkout@v3

- name: Prepare
uses: mundoalem/action-prepare@initial
uses: mundoalem/action-prepare@v1
with:
type: container
job: scan
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
uses: actions/checkout@v3

- name: Prepare
uses: mundoalem/action-prepare@initial
uses: mundoalem/action-prepare@v1
with:
type: container
job: ci
Expand All @@ -143,7 +143,7 @@ jobs:
uses: actions/checkout@v3

- name: Prepare
uses: mundoalem/action-prepare@initial
uses: mundoalem/action-prepare@v1
with:
type: container
job: cd
Expand Down

0 comments on commit b3f4871

Please sign in to comment.