File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 steps :
1111
1212 - name : Check out the repo
13- uses : actions/checkout@v4.0.0
13+ uses : actions/checkout@v4.1.1
1414 with :
1515 token : ${{ secrets.WORKFLOW_TOKEN }}
1616
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : " Check out the repo"
11- uses : actions/checkout@v4.0.0
11+ uses : actions/checkout@v4.1.1
1212
1313 - name : " Log in to Docker Hub"
14- uses : docker/login-action@v2.2 .0
14+ uses : docker/login-action@v3.0 .0
1515 with :
1616 username : ${{ secrets.DOCKERHUB_USERNAME }}
1717 password : ${{ secrets.DOCKERHUB_TOKEN }}
1818
1919 - name : " Extract metadata (tags, labels) for Docker"
2020 id : meta
21- uses : docker/metadata-action@v4.6 .0
21+ uses : docker/metadata-action@v5.0 .0
2222 with :
2323 images : jmlemetayer/abba
2424 flavor : |
2525 latest=true
2626
2727 - name : " Build and push Docker image"
28- uses : docker/build-push-action@v4.2.1
28+ uses : docker/build-push-action@v5.0.0
2929 with :
3030 context : docker
3131 push : true
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : " Check out the repo"
14- uses : actions/checkout@v4.0.0
14+ uses : actions/checkout@v4.1.1
1515
1616 - name : " Setup python"
17- uses : actions/setup-python@v4.7.0
17+ uses : actions/setup-python@v4.7.1
1818 with :
1919 python-version : 3.8
2020
You can’t perform that action at this time.
0 commit comments