Commit Graph

35 Commits

Author SHA1 Message Date
Lars Gohr
cbaa32c746 🚀 Enable building multiarch images 2022-08-05 23:05:29 +02: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
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
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
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
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
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
Leeseojune
559e1a452e 📝 Change Docker version (#136)
Revert Docker 20.10.8 -> 20.10.6
2021-09-02 10:17:50 +02: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
Renovate Bot
4601b32fbc Update docker Docker tag to v20.10.7 2021-06-04 00:40:01 +00:00
Lars Gohr
191af57e15 ⬆️ Upgrade to Docker 20.10.6 2021-04-27 21:03:22 +02:00
elgohr
184d5f4bcf ♻️ Remove platforms options
Platform was in beta and turned out not to be usable.
This still needs some tinkering with Github actions, but this wouldn't happen here.
See https://github.com/actions/virtual-environments/issues/3090
2021-04-13 11:38:35 +02:00
Lars Gohr
13c6c46d98 Support building multi-platform images 2021-04-01 22:58:14 +02:00
Lars Gohr
a6e48211ae Introduce tags. Deprecate tag_names 2020-01-13 20:54:54 +01:00
Lars Gohr
691aa852ae Refactor mocking 2019-10-28 20:38:22 +01:00
Lars Gohr
2227c0c989 Because yml is cooler than docker labels, let's use the newest and shiniest action.yml 2019-10-08 19:30:53 +02:00
Lars Gohr
081fbdad65 Restructure entrypoint to group tagging in a function to make it more clear. Use custom tag, if configured in the name 2019-10-01 22:24:13 +02:00
Lars Gohr
774950257f Override bins directly with mocks 2019-09-23 20:37:42 +02:00
Lars Gohr
b9943cee39 Cache bats test environment 2019-09-15 13:20:03 +02:00
Lars Gohr
91a3945f7b Use bats to clean up tests and remove complexity 2019-09-07 20:41:35 +02:00
Renovate Bot
e0635c0c6a Update docker Docker tag to v19.03.2 2019-09-04 21:38:27 +00:00
Lars Gohr
07e6ebee2d Change snapshot tag to contain the date 2019-08-25 19:56:47 +02:00
Lars Gohr
a9749785ae Upgrade to docker 19 major 2019-08-22 15:59:48 +02:00
Lars Gohr
5084055330 Add snapshot image push 2019-08-21 22:23:44 +02:00
Renovate Bot
5ffb75f21e Update docker Docker tag to v18.09.8 2019-07-18 22:32:49 +00:00
Renovate Bot
7e4026286d Update docker Docker tag to v18.09.7 2019-07-13 12:50:01 +02:00
Renovate Bot
af66f5dd0e Update docker Docker tag to v18.09.4 2019-03-29 23:53:15 +00:00
Lars
21d78fcbdd Make versioning more explicit 2019-03-24 12:33:37 +01:00
Lars Gohr
215d3ea744 Stabilize and handle releases 2019-02-27 13:57:10 +01:00
Lars Gohr
24e44a6fad Init 2019-02-24 20:18:32 +01:00