Skip to content

v1.9.0

Compare
Choose a tag to compare
@72636c 72636c released this 09 Jul 01:34
· 49 commits to master since this release
1272d4f
  • Support custom build context (#28, @kkolk)

    steps:
      - command: echo wow
        plugins:
          - seek-oss/docker-ecr-cache#v1.9.0:
              dockerfile: dockerfiles/test/Dockerfile
              context: '.'

    See the Docker documentation for more information.