Skip to content

Commit ff2e752

Browse files
committed
ci: setup-buildx-action
1 parent 5f2abda commit ff2e752

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
outputs:
1515
image-tag: "${{ steps.login-ecr.outputs.registry }}/rko-router:${{ github.sha }}-amd64"
1616
steps:
17+
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
1718
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1819
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
1920
with:
@@ -53,15 +54,15 @@ jobs:
5354
set -x
5455
export TARGET_HOST="http://$(docker port rko-router-dut 8080)"
5556
bundle exec rspec -fd || ( docker logs rko-router-dut; false )
56-
- name: 'Push Docker image'
57+
- name: 'Push Docker tag'
5758
uses: 'docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8' # v6.19.2
5859
with:
5960
context: '.'
6061
push: true
6162
tags: "${{ steps.login-ecr.outputs.registry }}/rko-router:${{ github.sha }},${{ steps.login-ecr.outputs.registry }}/rko-router:latest"
6263
cache-from: type=gha
6364
cache-to: type=gha,mode=max
64-
- name: 'Push Docker image'
65+
- name: 'Push Docker tag (non-manifest)'
6566
uses: 'docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8' # v6.19.2
6667
with:
6768
context: '.'

0 commit comments

Comments
 (0)