File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3232 ruby-version : 3.2.2
3333 - run : rake version
3434 - run : rake build
35- - uses : actions/upload-artifact@v3
35+ - uses : actions/upload-artifact@v4
3636 with :
3737 name : pkg
3838 path : pkg/
@@ -50,18 +50,18 @@ jobs:
5050 registry : quay.io
5151 username : ${{ secrets.QUAY_USERNAME }}
5252 password : ${{ secrets.QUAY_PASSWORD }}
53- - uses : actions/download-artifact@v3
53+ - uses : actions/download-artifact@v4
5454 with :
5555 name : pkg
5656 path : pkg/
5757 - id : meta
58- uses : docker/metadata-action@v4
58+ uses : docker/metadata-action@v5
5959 with :
6060 images : quay.io/uswitch/terrafying
6161 tags : type=sha,prefix=,format=long
62- - uses : docker/build-push-action@v4
62+ - uses : docker/build-push-action@v6
6363 with :
6464 context : .
6565 labels : ${{ steps.meta.outputs.labels }}
6666 push : true
67- tags : ${{ steps.meta.outputs.tags }}
67+ tags : ${{ steps.meta.outputs.tags }}
Original file line number Diff line number Diff line change 2222 ruby-version : 3.2.2
2323 - run : rake version
2424 - run : rake build
25- - uses : actions/upload-artifact@v3
25+ - uses : actions/upload-artifact@v4
2626 with :
2727 name : pkg
2828 path : |
4141 with :
4242 bundler-cache : true
4343 ruby-version : 3.2.2
44- - uses : actions/download-artifact@v3
44+ - uses : actions/download-artifact@v4
4545 with :
4646 name : pkg
4747 path : ./
6060 registry : quay.io
6161 username : ${{ secrets.QUAY_USERNAME }}
6262 password : ${{ secrets.QUAY_PASSWORD }}
63- - uses : actions/download-artifact@v3
63+ - uses : actions/download-artifact@v4
6464 with :
6565 name : pkg
6666 path : ./
7575 labels : ${{ steps.meta.outputs.labels }}
7676 push : true
7777 tags : ${{ steps.meta.outputs.tags }}
78- build-args : " TERRAFYING_VERSION=${{ github.ref_name }}"
78+ build-args : " TERRAFYING_VERSION=${{ github.ref_name }}"
You can’t perform that action at this time.
0 commit comments