Compare commits

...

4 Commits

Author SHA1 Message Date
Gustavo Maronato 17d4f78663
cache
All checks were successful
Check / checks (push) Successful in 2m28s
Release Docker image / buildpush (release) Successful in 8m43s
2024-03-29 12:13:05 -04:00
Gustavo Maronato 135fded43d
ubuntu
Some checks failed
Check / checks (push) Successful in 2m31s
Release Docker image / buildpush (release) Failing after 51s
2024-03-29 12:06:06 -04:00
Gustavo Maronato d27d49a568
rename file
Some checks failed
Check / checks (push) Has been cancelled
2024-03-29 12:05:11 -04:00
Gustavo Maronato a48c55baca
rename task
Some checks failed
Check / checks (push) Successful in 2m53s
Release Docker image / buildpush (release) Has been cancelled
2024-03-29 11:58:42 -04:00

View File

@ -1,4 +1,4 @@
name: Release
name: Release Docker image
# Controls when the workflow will run
on:
release:
@ -7,7 +7,7 @@ on:
jobs:
buildpush:
runs-on: self-hosted
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
@ -78,8 +78,8 @@ jobs:
# cache-from: type=local,src=/tmp/.buildx-cache
# cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
load: true
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:latest
cache-to: type=inline
# - # Temp fix
# # https://github.com/docker/build-push-action/issues/252
# # https://github.com/moby/buildkit/issues/1896