Commit graph

19 commits

Author SHA1 Message Date
Fco. Javier Delgado del Hoyo
353430ff83
move to docker v2 2024-09-10 19:25:10 +02:00
Fco. Javier Delgado del Hoyo
e52061d4fa
Test docker image before pushing to docker hub (#111)
* update dockerize docker instructions

* use go with alpine

* login to docker hub using action too

* test docker image before building

* extract command from the entrypoint

* change volume path

* user docker compose run and cmd instead entrypoint
2023-09-17 11:01:33 +02:00
Fco. Javier Delgado del Hoyo
4be928f6d0
Upgrade dockerize to 0.7.0 (#110)
* update dockerize docker instructions

* login to docker hub using action
2023-09-15 19:56:06 +02:00
dependabot[bot]
554424bbc5
Bump docker/setup-qemu-action from 2 to 3
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-15 17:07:34 +00:00
dependabot[bot]
895f17a082
Bump docker/setup-buildx-action from 2 to 3
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 05:03:02 +00:00
dependabot[bot]
bcf82ae4e6
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 04:59:56 +00:00
Fco. Javier Delgado del Hoyo
b0ae6e075d update to ubuntu 22.04 2023-01-19 19:57:03 +01:00
Fco. Javier Delgado del Hoyo
9b542daf42 use docker --username instead of docker -u 2022-08-15 10:20:22 +02:00
dependabot[bot]
040b3e4e77
Bump docker/setup-qemu-action from 1 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-07 09:53:43 +00:00
dependabot[bot]
7e9b1fdbcf
Bump docker/setup-buildx-action from 1 to 2
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-06 04:25:29 +00:00
dependabot[bot]
331adf57b0
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 04:35:02 +00:00
Jan Wagner
f2cefb1f9f Adding dependabot config 2021-11-08 20:56:01 +01:00
Fco. Javier Delgado del Hoyo
4e5a9162f4 fix typo in tag filter for builds 2021-03-16 19:59:46 +01:00
Fco. Javier Delgado del Hoyo
4d2a75df19 build job depends on tests 2021-03-07 13:05:22 +01:00
Fco. Javier Delgado del Hoyo
150f905567 remove travis and fix ubuntu version 2021-03-06 13:28:03 +01:00
Fco. Javier Delgado del Hoyo
7e748dd82f use the official docker buildx action 2021-03-06 13:03:08 +01:00
Fco. Javier Delgado del Hoyo
7c8bb00622 add test to github action 2021-03-06 12:53:45 +01:00
Fco. Javier Delgado del Hoyo
057b0e823e fix issues in build action 2021-03-06 12:42:35 +01:00
Fco. Javier Delgado del Hoyo
37c242b292 add github action for multiarch docker build 2021-03-06 12:31:31 +01:00