Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Apr 30, 2023
1 parent 08e2403 commit f62630d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:

jobs:
build:
name: 🏗️ Build
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -23,7 +24,7 @@ jobs:
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf

- name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
uses: docker/login-action@v2.1.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM nginx:1.23.4-alpine
LABEL org.opencontainers.image.description "Simple load balancer for the Shlokas project."
ARG BALANCER_VERSION=dev

# Copy the nginx configuration files
Expand Down

0 comments on commit f62630d

Please sign in to comment.