We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d6ff6 commit 9d5900aCopy full SHA for 9d5900a
.github/workflows/release-published.yml
@@ -14,3 +14,21 @@ jobs:
14
terraform-module:
15
uses: cloudposse/.github/.github/workflows/shared-release-branches.yml@main
16
secrets: inherit
17
+
18
+ ci-build-push:
19
+ runs-on: ubuntu-latest
20
+ steps:
21
+ - name: Checkout
22
+ uses: actions/checkout@v3
23
+ with:
24
+ fetch-depth: 0
25
26
+ - name: Build
27
+ id: build
28
+ uses: cloudposse/github-action-docker-build-push@main
29
30
+ registry: registry.hub.docker.com
31
+ organization: "${{ github.event.repository.owner.login }}"
32
+ repository: "${{ github.event.repository.name }}"
33
+ login: "${{ secrets.DOCKERHUB_USERNAME }}"
34
+ password: "${{ secrets.DOCKERHUB_PASSWORD }}"
.github/workflows/tag-pushed.yml
0 commit comments