Skip to content

Commit

Permalink
feat: Update Docker GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbcodes committed Nov 27, 2023
1 parent e297efd commit c6faba6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@ jobs:
fetch-depth: 0

- name: 👀 Read app name
uses: SebRollen/toml-action@v1.0.2
uses: SebRollen/toml-action@v1
id: app_name
with:
file: 'fly.toml'
field: 'app'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: 🔑 Fly Registry Auth
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: registry.fly.io
username: x
password: ${{ secrets.FLY_API_TOKEN }}

- name: 🐳 Docker build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
target: deploy
Expand All @@ -56,7 +56,7 @@ jobs:
fetch-depth: 0

- name: 👀 Read app name
uses: SebRollen/toml-action@v1.0.2
uses: SebRollen/toml-action@v1
id: app_name
with:
file: 'fly.toml'
Expand Down

0 comments on commit c6faba6

Please sign in to comment.