Skip to content

Commit

Permalink
Add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
zakariaf committed Nov 21, 2022
1 parent 76cb2ee commit a4b78ca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: baseapp:latest
build-args: |
RAILS_ENV="production"
RUBY_VERSION="3.1.2"
NODE_VERSION="16.17.1-r0"
YARN_VERSION="1.22.19-r0"
RAILS_ENV=production
RUBY_VERSION=3.1.2
NODE_VERSION=16.17.1-r0
YARN_VERSION=1.22.19-r0

0 comments on commit a4b78ca

Please sign in to comment.