@@ -319,14 +319,14 @@ describe('push', () => {
319
319
} as Inputs ,
320
320
{
321
321
main : 'dev' ,
322
- partial : [ 'sha-860c1904a1ce ' ] ,
322
+ partial : [ 'sha-860c190 ' ] ,
323
323
latest : false
324
324
} as Version ,
325
325
[
326
326
'org/app:dev' ,
327
- 'org/app:sha-860c1904a1ce ' ,
327
+ 'org/app:sha-860c190 ' ,
328
328
'ghcr.io/user/app:dev' ,
329
- 'ghcr.io/user/app:sha-860c1904a1ce '
329
+ 'ghcr.io/user/app:sha-860c190 '
330
330
] ,
331
331
[
332
332
"org.opencontainers.image.created=2020-01-10T00:30:00.000Z" ,
@@ -352,14 +352,14 @@ describe('push', () => {
352
352
} as Inputs ,
353
353
{
354
354
main : 'edge' ,
355
- partial : [ 'sha-266574110acf ' ] ,
355
+ partial : [ 'sha-2665741 ' ] ,
356
356
latest : false
357
357
} as Version ,
358
358
[
359
359
'org/app:edge' ,
360
- 'org/app:sha-266574110acf ' ,
360
+ 'org/app:sha-2665741 ' ,
361
361
'ghcr.io/user/app:edge' ,
362
- 'ghcr.io/user/app:sha-266574110acf '
362
+ 'ghcr.io/user/app:sha-2665741 '
363
363
] ,
364
364
[
365
365
"org.opencontainers.image.created=2020-01-10T00:30:00.000Z" ,
@@ -385,14 +385,14 @@ describe('push', () => {
385
385
} as Inputs ,
386
386
{
387
387
main : 'edge' ,
388
- partial : [ 'sha-860c1904a1ce ' ] ,
388
+ partial : [ 'sha-860c190 ' ] ,
389
389
latest : false
390
390
} as Version ,
391
391
[
392
392
'org/app:edge' ,
393
- 'org/app:sha-860c1904a1ce ' ,
393
+ 'org/app:sha-860c190 ' ,
394
394
'ghcr.io/user/app:edge' ,
395
- 'ghcr.io/user/app:sha-860c1904a1ce '
395
+ 'ghcr.io/user/app:sha-860c190 '
396
396
] ,
397
397
[
398
398
"org.opencontainers.image.created=2020-01-10T00:30:00.000Z" ,
@@ -417,13 +417,13 @@ describe('push', () => {
417
417
] ,
418
418
} as Inputs ,
419
419
{
420
- main : 'sha-266574110acf ' ,
420
+ main : 'sha-2665741 ' ,
421
421
partial : [ ] ,
422
422
latest : false
423
423
} as Version ,
424
424
[
425
- 'org/app:sha-266574110acf ' ,
426
- 'ghcr.io/user/app:sha-266574110acf '
425
+ 'org/app:sha-2665741 ' ,
426
+ 'ghcr.io/user/app:sha-2665741 '
427
427
] ,
428
428
[
429
429
"org.opencontainers.image.created=2020-01-10T00:30:00.000Z" ,
@@ -433,7 +433,7 @@ describe('push', () => {
433
433
"org.opencontainers.image.source=https://github.com/octocat/Hello-World" ,
434
434
"org.opencontainers.image.title=Hello-World" ,
435
435
"org.opencontainers.image.url=https://github.com/octocat/Hello-World" ,
436
- "org.opencontainers.image.version=sha-266574110acf "
436
+ "org.opencontainers.image.version=sha-2665741 "
437
437
] ,
438
438
undefined
439
439
] ,
@@ -448,13 +448,13 @@ describe('push', () => {
448
448
] ,
449
449
} as Inputs ,
450
450
{
451
- main : 'sha-983315b5e8d4 ' ,
451
+ main : 'sha-983315b ' ,
452
452
partial : [ ] ,
453
453
latest : false
454
454
} as Version ,
455
455
[
456
- 'org/app:sha-983315b5e8d4 ' ,
457
- 'ghcr.io/user/app:sha-983315b5e8d4 '
456
+ 'org/app:sha-983315b ' ,
457
+ 'ghcr.io/user/app:sha-983315b '
458
458
] ,
459
459
[
460
460
"org.opencontainers.image.created=2020-01-10T00:30:00.000Z" ,
@@ -464,7 +464,7 @@ describe('push', () => {
464
464
"org.opencontainers.image.source=https://github.com/octocat/Hello-World" ,
465
465
"org.opencontainers.image.title=Hello-World" ,
466
466
"org.opencontainers.image.url=https://github.com/octocat/Hello-World" ,
467
- "org.opencontainers.image.version=sha-983315b5e8d4 "
467
+ "org.opencontainers.image.version=sha-983315b "
468
468
] ,
469
469
undefined
470
470
] ,
@@ -1356,17 +1356,17 @@ describe('tag', () => {
1356
1356
} as Inputs ,
1357
1357
{
1358
1358
main : '1.0.0' ,
1359
- partial : [ '1.0' , 'sha-860c1904a1ce ' ] ,
1359
+ partial : [ '1.0' , 'sha-860c190 ' ] ,
1360
1360
latest : true
1361
1361
} as Version ,
1362
1362
[
1363
1363
'org/app:1.0.0' ,
1364
1364
'org/app:1.0' ,
1365
- 'org/app:sha-860c1904a1ce ' ,
1365
+ 'org/app:sha-860c190 ' ,
1366
1366
'org/app:latest' ,
1367
1367
'ghcr.io/user/app:1.0.0' ,
1368
1368
'ghcr.io/user/app:1.0' ,
1369
- 'ghcr.io/user/app:sha-860c1904a1ce ' ,
1369
+ 'ghcr.io/user/app:sha-860c190 ' ,
1370
1370
'ghcr.io/user/app:latest'
1371
1371
] ,
1372
1372
[
@@ -1396,17 +1396,17 @@ describe('tag', () => {
1396
1396
} as Inputs ,
1397
1397
{
1398
1398
main : '1.0.0' ,
1399
- partial : [ '1.0' , 'sha-860c1904a1ce ' ] ,
1399
+ partial : [ '1.0' , 'sha-860c190 ' ] ,
1400
1400
latest : true
1401
1401
} as Version ,
1402
1402
[
1403
1403
'org/app:1.0.0' ,
1404
1404
'org/app:1.0' ,
1405
- 'org/app:sha-860c1904a1ce ' ,
1405
+ 'org/app:sha-860c190 ' ,
1406
1406
'org/app:latest' ,
1407
1407
'ghcr.io/user/app:1.0.0' ,
1408
1408
'ghcr.io/user/app:1.0' ,
1409
- 'ghcr.io/user/app:sha-860c1904a1ce ' ,
1409
+ 'ghcr.io/user/app:sha-860c190 ' ,
1410
1410
'ghcr.io/user/app:latest'
1411
1411
] ,
1412
1412
[
@@ -1438,17 +1438,17 @@ describe('tag', () => {
1438
1438
} as Inputs ,
1439
1439
{
1440
1440
main : '1.0.0-dev' ,
1441
- partial : [ '1.0' , 'sha-860c1904a1ce -dev' ] ,
1441
+ partial : [ '1.0' , 'sha-860c190 -dev' ] ,
1442
1442
latest : true
1443
1443
} as Version ,
1444
1444
[
1445
1445
'org/app:1.0.0-dev' ,
1446
1446
'org/app:1.0' ,
1447
- 'org/app:sha-860c1904a1ce -dev' ,
1447
+ 'org/app:sha-860c190 -dev' ,
1448
1448
'org/app:latest' ,
1449
1449
'ghcr.io/user/app:1.0.0-dev' ,
1450
1450
'ghcr.io/user/app:1.0' ,
1451
- 'ghcr.io/user/app:sha-860c1904a1ce -dev' ,
1451
+ 'ghcr.io/user/app:sha-860c190 -dev' ,
1452
1452
'ghcr.io/user/app:latest'
1453
1453
] ,
1454
1454
[
@@ -2482,14 +2482,14 @@ describe('pr', () => {
2482
2482
]
2483
2483
} as Inputs ,
2484
2484
{
2485
- main : 'sha-266574110acf ' ,
2485
+ main : 'sha-2665741 ' ,
2486
2486
partial : [ 'pr-15' ] ,
2487
2487
latest : false
2488
2488
} as Version ,
2489
2489
[
2490
- 'org/app:sha-266574110acf ' ,
2490
+ 'org/app:sha-2665741 ' ,
2491
2491
'org/app:pr-15' ,
2492
- 'ghcr.io/user/app:sha-266574110acf ' ,
2492
+ 'ghcr.io/user/app:sha-2665741 ' ,
2493
2493
'ghcr.io/user/app:pr-15'
2494
2494
] ,
2495
2495
[
@@ -2500,7 +2500,7 @@ describe('pr', () => {
2500
2500
"org.opencontainers.image.source=https://github.com/octocat/Hello-World" ,
2501
2501
"org.opencontainers.image.title=Hello-World" ,
2502
2502
"org.opencontainers.image.url=https://github.com/octocat/Hello-World" ,
2503
- "org.opencontainers.image.version=sha-266574110acf "
2503
+ "org.opencontainers.image.version=sha-2665741 "
2504
2504
] ,
2505
2505
undefined
2506
2506
] ,
@@ -2554,14 +2554,14 @@ describe('pr', () => {
2554
2554
{
2555
2555
main : 'pr-15' ,
2556
2556
partial : [
2557
- 'sha-266574110acf ' ,
2557
+ 'sha-2665741 ' ,
2558
2558
'sha-266574110acf203503badf966df2ea24b5d732d7'
2559
2559
] ,
2560
2560
latest : false
2561
2561
} as Version ,
2562
2562
[
2563
2563
'org/app:pr-15' ,
2564
- 'org/app:sha-266574110acf ' ,
2564
+ 'org/app:sha-2665741 ' ,
2565
2565
'org/app:sha-266574110acf203503badf966df2ea24b5d732d7'
2566
2566
] ,
2567
2567
[
@@ -2735,14 +2735,14 @@ describe('pr-head-sha', () => {
2735
2735
} as Inputs ,
2736
2736
{
2737
2737
main : 'pr-15' ,
2738
- partial : [ 'sha-3370e228f220 ' ] ,
2738
+ partial : [ 'sha-3370e22 ' ] ,
2739
2739
latest : false
2740
2740
} as Version ,
2741
2741
[
2742
2742
'org/app:pr-15' ,
2743
- 'org/app:sha-3370e228f220 ' ,
2743
+ 'org/app:sha-3370e22 ' ,
2744
2744
'ghcr.io/user/app:pr-15' ,
2745
- 'ghcr.io/user/app:sha-3370e228f220 '
2745
+ 'ghcr.io/user/app:sha-3370e22 '
2746
2746
] ,
2747
2747
[
2748
2748
"org.opencontainers.image.created=2020-01-10T00:30:00.000Z" ,
@@ -2766,14 +2766,14 @@ describe('pr-head-sha', () => {
2766
2766
]
2767
2767
} as Inputs ,
2768
2768
{
2769
- main : 'sha-3370e228f220 ' ,
2769
+ main : 'sha-3370e22 ' ,
2770
2770
partial : [ 'pr-15' ] ,
2771
2771
latest : false
2772
2772
} as Version ,
2773
2773
[
2774
- 'org/app:sha-3370e228f220 ' ,
2774
+ 'org/app:sha-3370e22 ' ,
2775
2775
'org/app:pr-15' ,
2776
- 'ghcr.io/user/app:sha-3370e228f220 ' ,
2776
+ 'ghcr.io/user/app:sha-3370e22 ' ,
2777
2777
'ghcr.io/user/app:pr-15'
2778
2778
] ,
2779
2779
[
@@ -2784,7 +2784,7 @@ describe('pr-head-sha', () => {
2784
2784
"org.opencontainers.image.source=https://github.com/octocat/Hello-World" ,
2785
2785
"org.opencontainers.image.title=Hello-World" ,
2786
2786
"org.opencontainers.image.url=https://github.com/octocat/Hello-World" ,
2787
- "org.opencontainers.image.version=sha-3370e228f220 "
2787
+ "org.opencontainers.image.version=sha-3370e22 "
2788
2788
]
2789
2789
] ,
2790
2790
[
@@ -2864,14 +2864,14 @@ describe('pr-head-sha', () => {
2864
2864
]
2865
2865
} as Inputs ,
2866
2866
{
2867
- main : 'sha-3370e228f220 ' ,
2867
+ main : 'sha-3370e22 ' ,
2868
2868
partial : [ 'pr-15' ] ,
2869
2869
latest : false
2870
2870
} as Version ,
2871
2871
[
2872
- 'org/app:sha-3370e228f220 ' ,
2872
+ 'org/app:sha-3370e22 ' ,
2873
2873
'org/app:pr-15' ,
2874
- 'ghcr.io/user/app:sha-3370e228f220 ' ,
2874
+ 'ghcr.io/user/app:sha-3370e22 ' ,
2875
2875
'ghcr.io/user/app:pr-15'
2876
2876
] ,
2877
2877
[
@@ -2882,7 +2882,7 @@ describe('pr-head-sha', () => {
2882
2882
"org.opencontainers.image.source=https://github.com/octocat/Hello-World" ,
2883
2883
"org.opencontainers.image.title=Hello-World" ,
2884
2884
"org.opencontainers.image.url=https://github.com/octocat/Hello-World" ,
2885
- "org.opencontainers.image.version=sha-3370e228f220 "
2885
+ "org.opencontainers.image.version=sha-3370e22 "
2886
2886
]
2887
2887
] ,
2888
2888
[
@@ -2934,14 +2934,14 @@ describe('pr-head-sha', () => {
2934
2934
{
2935
2935
main : 'pr-15' ,
2936
2936
partial : [
2937
- 'sha-3370e228f220 ' ,
2937
+ 'sha-3370e22 ' ,
2938
2938
'sha-3370e228f2209994d57af4427fe64e71bb79ac96'
2939
2939
] ,
2940
2940
latest : false
2941
2941
} as Version ,
2942
2942
[
2943
2943
'org/app:pr-15' ,
2944
- 'org/app:sha-3370e228f220 ' ,
2944
+ 'org/app:sha-3370e22 ' ,
2945
2945
'org/app:sha-3370e228f2209994d57af4427fe64e71bb79ac96'
2946
2946
] ,
2947
2947
[
@@ -3197,14 +3197,14 @@ describe('schedule', () => {
3197
3197
} as Inputs ,
3198
3198
{
3199
3199
main : 'nightly' ,
3200
- partial : [ 'sha-860c1904a1ce ' ] ,
3200
+ partial : [ 'sha-860c190 ' ] ,
3201
3201
latest : false
3202
3202
} as Version ,
3203
3203
[
3204
3204
'org/app:nightly' ,
3205
- 'org/app:sha-860c1904a1ce ' ,
3205
+ 'org/app:sha-860c190 ' ,
3206
3206
'ghcr.io/user/app:nightly' ,
3207
- 'ghcr.io/user/app:sha-860c1904a1ce '
3207
+ 'ghcr.io/user/app:sha-860c190 '
3208
3208
] ,
3209
3209
[
3210
3210
"org.opencontainers.image.created=2020-01-10T00:30:00.000Z" ,
@@ -3230,18 +3230,18 @@ describe('schedule', () => {
3230
3230
]
3231
3231
} as Inputs ,
3232
3232
{
3233
- main : 'sha-860c1904a1ce ' ,
3233
+ main : 'sha-860c190 ' ,
3234
3234
partial : [
3235
3235
'nightly' ,
3236
3236
'defbranch'
3237
3237
] ,
3238
3238
latest : false
3239
3239
} as Version ,
3240
3240
[
3241
- 'org/app:sha-860c1904a1ce ' ,
3241
+ 'org/app:sha-860c190 ' ,
3242
3242
'org/app:nightly' ,
3243
3243
'org/app:defbranch' ,
3244
- 'ghcr.io/user/app:sha-860c1904a1ce ' ,
3244
+ 'ghcr.io/user/app:sha-860c190 ' ,
3245
3245
'ghcr.io/user/app:nightly' ,
3246
3246
'ghcr.io/user/app:defbranch'
3247
3247
] ,
@@ -3253,7 +3253,7 @@ describe('schedule', () => {
3253
3253
"org.opencontainers.image.source=https://github.com/octocat/Hello-World" ,
3254
3254
"org.opencontainers.image.title=Hello-World" ,
3255
3255
"org.opencontainers.image.url=https://github.com/octocat/Hello-World" ,
3256
- "org.opencontainers.image.version=sha-860c1904a1ce "
3256
+ "org.opencontainers.image.version=sha-860c190 "
3257
3257
] ,
3258
3258
undefined
3259
3259
] ,
0 commit comments