File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,14 +27,16 @@ jobs:
2727 with :
2828 registry : ghcr.io
2929 username : ${{ github.actor }}
30- password : ${{ secrets.GHCR_TOKEN }}
30+ password : ${{ secrets.GITHUB_TOKEN }}
3131
3232 - name : Build and push Docker image
33- uses : docker/build-push-action@v5
33+ uses : docker/build-push-action@v6
3434 with :
3535 context : .
3636 platforms : linux/amd64,linux/arm64
3737 push : true
38+ cache-from : type=gha
39+ cache-to : type=gha,mode=max
3840 tags : |
3941 ghcr.io/${{ github.repository }}:latest
4042 ghcr.io/${{ github.repository }}:${{ github.sha }}
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ gem 'mail'
1111gem 'pdf-reader'
1212gem 'terminal-table'
1313gem 'awesome_print'
14- gem 'webdrivers'
1514gem 'nokogiri'
1615gem 'watir-nokogiri'
1716gem 'watir-scroll'
Original file line number Diff line number Diff line change 142142 nokogiri
143143 watir-scroll (0.4.0 )
144144 watir (>= 6.0 )
145- webdrivers (5.3.1 )
146- nokogiri (~> 1.6 )
147- rubyzip (>= 1.3.0 )
148- selenium-webdriver (~> 4.0 , < 4.11 )
149145 websocket (1.2.11 )
150146
151147PLATFORMS
@@ -170,7 +166,6 @@ DEPENDENCIES
170166 watir
171167 watir-nokogiri
172168 watir-scroll
173- webdrivers
174169
175170BUNDLED WITH
176171 2.7.2
You can’t perform that action at this time.
0 commit comments