Lars Gohr
|
615771a1fa
|
♻️ Have a slim dockerfile for multi platform integration testing
|
2022-08-05 23:23:41 +02:00 |
|
Lars Gohr
|
1ffe422982
|
♻️ Install jq before docker
|
2022-08-05 23:20:15 +02:00 |
|
Lars Gohr
|
6c50de1486
|
👷 Add multi-arch build as dependency
|
2022-08-05 23:15:18 +02:00 |
|
Lars Gohr
|
449d04fc88
|
📝 Add documentation for using platforms
Finally fixes https://github.com/elgohr/Publish-Docker-Github-Action/issues/106
|
2022-08-05 23:12:17 +02:00 |
|
Lars Gohr
|
84353311e8
|
👷 Add multi-arch integration test
|
2022-08-05 23:07:58 +02:00 |
|
Lars Gohr
|
cbaa32c746
|
🚀 Enable building multiarch images
|
2022-08-05 23:05:29 +02:00 |
|
Lars Gohr
|
7a7d2b76d3
|
♻️ Use ghcr instead of deprecated docker.pkg.github.com
See https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-docker-registry
|
2022-08-05 22:23:02 +02:00 |
|
github-actions[bot]
|
db339b8aa6
|
Merge pull request #162 from elgohr/dependabot/docker/ubuntu-34fea4f
⬆️ Bump ubuntu from `b6b83d3` to `34fea4f`
|
2022-08-02 08:32:35 +00:00 |
|
dependabot[bot]
|
b799ad5abd
|
⬆️ Bump ubuntu from b6b83d3 to 34fea4f
Bumps ubuntu from `b6b83d3` to `34fea4f`.
---
updated-dependencies:
- dependency-name: ubuntu
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-02 08:31:23 +00:00 |
|
Lars Gohr
|
cd13bb9a70
|
Add sponsor link
|
2022-07-03 21:42:28 +02:00 |
|
Lars Gohr
|
a34157e45c
|
Increase time for people to react
|
2022-07-03 21:38:33 +02:00 |
|
github-actions[bot]
|
44dcb2a3aa
|
Merge pull request #160 from elgohr/dependabot/docker/ubuntu-b6b83d3
⬆️ Bump ubuntu from `26c6865` to `b6b83d3`
|
2022-06-24 20:17:28 +00:00 |
|
Lars Gohr
|
c978a12c82
|
Merge branch 'main' into dependabot/docker/ubuntu-b6b83d3
|
2022-06-24 22:15:45 +02:00 |
|
Chan
|
b5ff59aed7
|
actions/checkout@v4 not available (#161)
|
2022-06-24 22:13:51 +02:00 |
|
dependabot[bot]
|
929eb5267d
|
⬆️ Bump ubuntu from 26c6865 to b6b83d3
Bumps ubuntu from `26c6865` to `b6b83d3`.
---
updated-dependencies:
- dependency-name: ubuntu
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-07 08:34:37 +00:00 |
|
dependabot[bot]
|
d9b5f4fc83
|
⬆️ Bump ubuntu from 2a7dffa to 26c6865 (#159)
Bumps ubuntu from `2a7dffa` to `26c6865`.
---
updated-dependencies:
- dependency-name: ubuntu
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-05-22 21:02:54 +02:00 |
|
dependabot[bot]
|
5cabf408f3
|
⬆️ Bump ubuntu from d0bca7e to 2a7dffa (#157)
Bumps ubuntu from `d0bca7e` to `2a7dffa`.
---
updated-dependencies:
- dependency-name: ubuntu
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-04-25 18:40:06 +02:00 |
|
Lars Gohr
|
99ce176d53
|
🐛 Fix output mapping
|
2022-04-23 21:45:29 +02:00 |
|
dependabot[bot]
|
15b3153923
|
⬆️ Bump ubuntu from 20.04 to 22.04 (#156)
Bumps ubuntu from 20.04 to 22.04.
---
updated-dependencies:
- dependency-name: ubuntu
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-04-22 22:15:34 +02:00 |
|
Lars Gohr
|
46319fa950
|
🐛 Use old url for badge
As new url doesn't work correctly
|
2022-04-15 19:24:02 +02:00 |
|
Lars Gohr
|
7b9d492320
|
📝 Fix Badge
|
2022-04-14 20:22:30 +02:00 |
|
Lars Gohr
|
54bc9e5164
|
♻️ Prevent double trigger for PRs
|
2022-04-14 18:01:36 +02:00 |
|
Lars Gohr
|
ad48f2851c
|
♻️ Don't trigger on version tags
|
2022-04-14 17:59:17 +02:00 |
|
Lars Gohr
|
2c37b8a9de
|
♻️ Don't trigger on tags to prevent loop
|
2022-04-14 17:58:13 +02:00 |
|
Lars Gohr
|
474524bd74
|
👷 Automate release process. Restructure workflows
|
2022-04-14 17:51:41 +02:00 |
|
Lars Gohr
|
a28c5ceb1c
|
🐛 Remove reference to non-capturing group
Non-capturing groups don't exist in PCRE syntax, that is used by normal
sed (non-busybox) on the default GitHub actions runner.
Fixes https://github.com/elgohr/Publish-Docker-Github-Action/issues/155
|
2022-04-14 17:36:00 +02:00 |
|
Lars Gohr
|
3e8e688b9f
|
🔒 Create Security Policy
|
2022-04-09 22:03:13 +02:00 |
|
dependabot[bot]
|
5f36c88a9f
|
Bump docker from 20.10.10 to 20.10.14 (#154)
Bumps docker from 20.10.10 to 20.10.14.
---
updated-dependencies:
- dependency-name: docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-04-09 19:51:07 +00:00 |
|
Lars Gohr
|
3fb4024090
|
♻️ Use meaningful names for tests
|
2022-04-09 21:46:05 +02:00 |
|
Lars Gohr
|
47433670da
|
♻️ Remove debug option
|
2022-04-09 21:42:21 +02:00 |
|
Lars Gohr
|
9628372a51
|
🐛 Add boilerplate for fixing https://github.com/actions/runner/issues/665#issue-680519443
|
2022-04-09 21:36:49 +02:00 |
|
Lars Gohr
|
7efe5eb102
|
♻️ Fix path in integration test
|
2022-04-09 21:05:05 +02:00 |
|
Lars Gohr
|
91c9b93342
|
♻️ Add makefile for easier testing
|
2022-04-09 20:58:47 +02:00 |
|
Lars Gohr
|
6268ba1f1b
|
🔒 Version action versions and auto-update them
|
2022-04-09 20:57:38 +02:00 |
|
Lars Gohr
|
b3a06d90fd
|
🚀 Use composite action for increasing speed and enabling new
features
|
2022-04-09 20:57:20 +02:00 |
|
Lars Gohr
|
55a38a38bb
|
♻️ Use official automerge
See https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-with-github-actions#enable-auto-merge-on-a-pull-request
|
2021-11-14 20:36:09 +01:00 |
|
dependabot[bot]
|
da12253e89
|
Merge pull request #142 from elgohr/dependabot/docker/docker-20.10.10
|
2021-11-14 19:27:13 +00:00 |
|
dependabot[bot]
|
74a2af4f6c
|
Bump docker from 20.10.9 to 20.10.10
Bumps docker from 20.10.9 to 20.10.10.
---
updated-dependencies:
- dependency-name: docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-11-14 19:26:10 +00:00 |
|
Lars Gohr
|
99d870b29e
|
⬆️ Update to docker 20.10.9. Enable dependabot again
|
2021-11-14 20:25:23 +01:00 |
|
Lars Gohr
|
757f58a82c
|
♻️ Remove git for speed
|
2021-09-09 20:13:47 +02:00 |
|
Lars Gohr
|
f0feda3054
|
♻️ Define digest explicitly to improve stability. Refactor
integration tests to use latest action from repository
|
2021-09-09 20:11:55 +02:00 |
|
Lars
|
c49bdc462d
|
Remove Dependabot for now
Until being sure why it merged the cause of https://github.com/elgohr/Publish-Docker-Github-Action/issues/134
|
2021-09-02 10:20:48 +02:00 |
|
Leeseojune
|
559e1a452e
|
📝 Change Docker version (#136)
Revert Docker 20.10.8 -> 20.10.6
|
2021-09-02 10:17:50 +02:00 |
|
Lars Gohr
|
5464199355
|
♻️ Correct syntax
|
2021-08-28 22:31:59 +02:00 |
|
Lars Gohr
|
bf868f6eb0
|
🔊 Assign issues when not from dependabot
|
2021-08-28 22:11:00 +02:00 |
|
Lars Gohr
|
802073aac9
|
♻️ Don't run integration tests for dependabot
Due to https://github.com/dependabot/dependabot-core/issues/3253#issuecomment-852541544
|
2021-08-10 21:05:05 +02:00 |
|
dependabot[bot]
|
6b16772a3d
|
Merge pull request #133 from elgohr/dependabot/docker/docker-20.10.8
|
2021-08-10 18:31:30 +00:00 |
|
dependabot[bot]
|
93fcc63576
|
Bump docker from 20.10.7 to 20.10.8
Bumps docker from 20.10.7 to 20.10.8.
---
updated-dependencies:
- dependency-name: docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-10 18:30:44 +00:00 |
|
Lars Gohr
|
a3adbc82de
|
♻️ Run integration tests only on master
|
2021-08-10 20:29:34 +02:00 |
|
Lars Gohr
|
dd66900e4d
|
👷 Switch to dependabot
|
2021-08-10 20:23:45 +02:00 |
|