Skip to content

Commit 5aa035c

Browse files
committed
updating workflow for newer version
1 parent 9d6bd20 commit 5aa035c

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/docker-ghcr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ gem 'mail'
1111
gem 'pdf-reader'
1212
gem 'terminal-table'
1313
gem 'awesome_print'
14-
gem 'webdrivers'
1514
gem 'nokogiri'
1615
gem 'watir-nokogiri'
1716
gem 'watir-scroll'

Gemfile.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ GEM
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

151147
PLATFORMS
@@ -170,7 +166,6 @@ DEPENDENCIES
170166
watir
171167
watir-nokogiri
172168
watir-scroll
173-
webdrivers
174169

175170
BUNDLED WITH
176171
2.7.2

0 commit comments

Comments
 (0)