Skip to content

Commit 51ab303

Browse files
author
Dani Llewellyn
authored
Merge pull request #10 from diddlesnaps/update-image-namespace
Update dependencies and container image namespace
2 parents 3405794 + 0f364f7 commit 51ab303

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: diddlesnaps/snapcraft-multiarch-action@v1
1818
```
1919
20-
This will run `snapcraft` using the [snapcraft-container](https://hub.docker.com/r/diddledan/snapcraft)
20+
This will run `snapcraft` using the [snapcraft-container](https://hub.docker.com/r/diddledani/snapcraft)
2121

2222
On success, the action will set the `snap` output parameter to the
2323
path of the built snap. This can be used to save it as an artifact of

__tests__/build.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ for (const [base, arch, channel] of [
101101
'SNAPCRAFT_BUILD_INFO=1',
102102
'--env',
103103
`USE_SNAPCRAFT_CHANNEL=${channel}`,
104-
`diddledan/snapcraft:${base}`,
104+
`diddledani/snapcraft:${base}`,
105105
'snapcraft'
106106
],
107107
{
@@ -148,7 +148,7 @@ test('SnapcraftBuilder.build can disable build info', async () => {
148148
`SNAPCRAFT_IMAGE_INFO={"build_url":"https://github.com/user/repo/actions/runs/42"}`,
149149
'--env',
150150
'USE_SNAPCRAFT_CHANNEL=stable',
151-
`diddledan/snapcraft:${default_base}`,
151+
`diddledani/snapcraft:${default_base}`,
152152
'snapcraft'
153153
],
154154
{
@@ -201,7 +201,7 @@ test('SnapcraftBuilder.build can pass additional arguments', async () => {
201201
`SNAPCRAFT_IMAGE_INFO={"build_url":"https://github.com/user/repo/actions/runs/42"}`,
202202
'--env',
203203
'USE_SNAPCRAFT_CHANNEL=stable',
204-
`diddledan/snapcraft:${default_base}`,
204+
`diddledani/snapcraft:${default_base}`,
205205
'snapcraft',
206206
'--foo',
207207
'--bar'

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class SnapcraftBuilder {
266266
'--workdir',
267267
'/data',
268268
...dockerArgs,
269-
`diddledan/snapcraft:${base}`,
269+
`diddledani/snapcraft:${base}`,
270270
'snapcraft',
271271
...this.snapcraftArgs
272272
], {

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class SnapcraftBuilder {
112112
'--workdir',
113113
'/data',
114114
...dockerArgs,
115-
`diddledan/snapcraft:${base}`,
115+
`diddledani/snapcraft:${base}`,
116116
'snapcraft',
117117
...this.snapcraftArgs
118118
],

0 commit comments

Comments
 (0)